Skip to main content

RepositoryItem.Editable Property

Gets whether the editor’s value can be changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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