Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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