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