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