RepositoryItem.Editable Property
Gets whether the editor’s value can be changed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | Always true. |
Remarks
Descendant classes override the Editable property to disable editing.
See Also