DataGridCellItemAutomationPeer.IValueProvider.IsReadOnly Property

Definition

Gets a value that specifies whether the value of a control is read-only.

property bool System::Windows::Automation::Provider::IValueProvider::IsReadOnly { bool get(); };
bool System.Windows.Automation.Provider.IValueProvider.IsReadOnly { get; }
member this.System.Windows.Automation.Provider.IValueProvider.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IValueProvider.IsReadOnly

Property Value

true if the value is read-only; false if it can be modified.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataGridCellItemAutomationPeer instance is cast to an IValueProvider interface.

Applies to