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

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool IsFixedSize { get; }
Visual Basic
Public ReadOnly Property IsFixedSize As Boolean
	Get
Visual C++
public:
virtual property bool IsFixedSize {
	bool get () sealed;
}
F#
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get

Property Value

Type: Boolean
true if this instance is fixed size; otherwise, false.

Implements

IList..::..IsFixedSize

See Also