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