VisualStateGroupList.IsReadOnly Property

Definition

Gets a Boolean value that tells whether this list is read-only.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

true if the list is read-only. Otherwise, false.

Implements

Applies to