Gets a value indicating if this is a leaf DimensionValue.

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

Syntax

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

Remarks

A leaf dimension value has no child dimension values. In other words, it is a leaf in the hierarchy of dimension values associated with Dimension. Note that this value refers to leaves in the complete dimension hierarchy, and is not related to the refinements currently available in a given navigation state.

See Also