Returns the collection of DimensionValue that have been selected by the user and are currently restricting the records returned by the navigation query.

The paths from dimension root to the dimension values in this collection are sometimes referred to as breadcrumbs, and are often rendered in a path-like fashion by an application.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public DimensionValueCollection DimensionValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionValues As DimensionValueCollection
Visual C++
public:
property DimensionValueCollection^ DimensionValues {
	DimensionValueCollection^ get ();
}

See Also