Enum ReadOnlyEditorStates
Represents the state of editor controls when parent RadPropertyGrid is ReadOnly.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public enum ReadOnlyEditorStates
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.