ModelItemCollection.IsFixedSize Property

When overridden in a derived class, gets a value indicating whether the collection is a fixed size.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property IsFixedSize As Boolean
    Get
protected virtual bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
    bool get ();
}
abstract IsFixedSize : bool
override IsFixedSize : bool
function get IsFixedSize () : boolean

Property Value

Type: System.Boolean
true if the collection is a fixed size; otherwise, false.

Remarks

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

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture