EnumReadOnlyEditorStates
Enum
Represents the state of editor controls when parent RadPropertyGrid is ReadOnly.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public enum ReadOnlyEditorStates
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.
Disabled
Editors' IsEnabled property will get bound, if this option gets chosen.
ReadOnly
Editors' IsReadOnly property will get bound, if this option gets chosen.
Declaration
cs-api-definition
ReadOnly = 1
Field Value
Remarks
If no IsReadOnly property is present, IsEnabled will be used as a fallback option.