Skip to main content
A newer version of this page is available. .

RepositoryItem.Editable Property

Gets whether the editor’s value can be changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool Editable { get; }

Property Value

Type Description
Boolean

Always true.

Remarks

Descendant classes override the Editable property to disable editing.

See Also