Class ReadOnlyEditorStates
Represents the state of editor controls when parent RadPropertyGrid is ReadOnly.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class ReadOnlyEditorStates : Enum
Fields
Default
This state represents the original behavior of RadPropertyGrid's IsReadOnly=true setting. TextBox and CollectionEditorPicker have their IsReadOnly property bound. Any other controls has their IsEnabled property bound.
Declaration
public const ReadOnlyEditorStates Default
Field Value
ReadOnlyEditorStates
|
Disabled
Editors' IsEnabled property will get bound, if this option gets chosen.
Declaration
public const ReadOnlyEditorStates Disabled
Field Value
ReadOnlyEditorStates
|
ReadOnly
Editors' IsReadOnly property will get bound, if this option gets chosen.
Declaration
public const ReadOnlyEditorStates ReadOnly
Field Value
ReadOnlyEditorStates
|
Remarks
If no IsReadOnly property is present, IsEnabled will be used as a fallback option.
value__
Declaration
public int value__
Field Value
System.Int32
|