Returns an IndexedCollection<(Of <(T>)>) containing
DimensionStates that contain refinements. The most common use of
DimensionStates with refinements is to populate a GuidedNavigation control.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public IndexedCollection<DimensionState> RefinableDimensionStates { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RefinableDimensionStates As IndexedCollection(Of DimensionState) |
| Visual C++ |
|---|
public: property IndexedCollection<DimensionState^>^ RefinableDimensionStates { IndexedCollection<DimensionState^>^ get (); } |