ModelItemCollection.IsFixedSize Property

Definition

Gets a value that indicates whether the collection has a fixed size.

protected:
 virtual property bool IsFixedSize { bool get(); };
protected virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overridable ReadOnly Property IsFixedSize As Boolean

Property Value

true if the collection is a fixed size; otherwise, false.

Remarks

The default implementation returns true if the collection is read-only.

Applies to