Gets a value indicating if this DimensionValue is navigable; that is, whether selecting this DimensionValue will further refine the set of records returned by a navigation query.

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

Syntax

C#
public bool IsNavigable { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsNavigable As Boolean
Visual C++
public:
property bool IsNavigable {
	bool get ();
}

Remarks

A DimensionValue may be navigated (i.e. selected) by calling SelectDimensionValue(DimensionValue).

See Also