Enum
ReadOnlyEditorStates

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.

Declaration

cs-api-definition
Default = 0

Field Value

ReadOnlyEditorStates

Disabled

Editors' IsEnabled property will get bound, if this option gets chosen.

Declaration

cs-api-definition
Disabled = 2

Field Value

ReadOnlyEditorStates

ReadOnly

Editors' IsReadOnly property will get bound, if this option gets chosen.

Declaration

cs-api-definition
ReadOnly = 1

Field Value

ReadOnlyEditorStates

Remarks

If no IsReadOnly property is present, IsEnabled will be used as a fallback option.

In this article
DefinitionFieldsDefaultDisabledReadOnly
Not finding the help you need?
Contact Support