DimensionValueCollection of currently selected DimensionValues in this Dimension. These can be used to display in-place breadcrumbs for the Dimension.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionValueCollection SelectedDimensionValues { get; internal set; }
Visual Basic (Declaration)
Public Property SelectedDimensionValues As DimensionValueCollection
Visual C++
public:
property DimensionValueCollection^ SelectedDimensionValues {
	DimensionValueCollection^ get ();
	void set (DimensionValueCollection^ value);
}

See Also