Returns the collection of DimensionValue that have been selected by the
user and are currently restricting the records returned by the navigation query.
Namespace:
Endeca.DataThe 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.
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public DimensionValueCollection DimensionValues { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DimensionValues As DimensionValueCollection |
| Visual C++ |
|---|
public: property DimensionValueCollection^ DimensionValues { DimensionValueCollection^ get (); } |