Gets a value indicating whether the DimGroup has a fixed size.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual bool IsFixedSize { get; }
Visual Basic
Public Overridable ReadOnly Property IsFixedSize As Boolean
	Get
Visual C++
public:
virtual property bool IsFixedSize {
	bool get ();
}

Field Value

true if the DimGroup is a fixed size; otherwise, false. The default is true.

Implements

IList..::..IsFixedSize

See Also