Back to Devexpress

RepositoryItem.Editable Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-38421c5c.md

latest1.2 KB
Original Source

RepositoryItem.Editable Property

Gets whether the editor’s value can be changed.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool Editable { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Editable As Boolean

Property Value

TypeDescription
Boolean

Always true.

|

Remarks

Descendant classes override the Editable property to disable editing.

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace