Skip to main content

RepositoryItem.Enabled Property

Gets or sets a value indicating whether the edit control can respond to user actions. This property is supported for standalone editors.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool Enabled { get; set; }

Property Value

Type Description
Boolean

true if the editor can respond to user actions; otherwise, false.

Remarks

For standalone editors, the RepositoryItem.Enabled property is in effect and is in sync with the editor’s Control.Enabled inherited property.

For in-place editors within the GridControl, TreeList, BarManager, etc., the RepositoryItem.Enabled property is ignored.

See Also