DataFilteringSelectionCollectionItem Property

Spotfire 15.0 API Reference
Gets the filtering selection with the given name.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public DataFilteringSelection this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the filtering selection.

Return Value

Type: DataFilteringSelection
The data filtering selection.
Version Information


See Also

Reference