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.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

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 ();
}

See Also