IXamlMember.IsReadOnly Property

Definition

Gets whether the XAML member is read-only in its backing implementation.

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = iXamlMember.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Boolean

bool

true if the backing member is read-only; otherwise, false.

Applies to

See also