Returns true if this DimensionState either contains Refinements, or might contain Refinements if it were expanded. In other words, returns true whenever this DimensionState is neither Fully Implicit nor Fully Selected.

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

Syntax

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

See Also