DataControlBase.ActiveEditor Property
In This Article
Gets the active editor. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Control | A control that represents the focused cell’s editor. null (Nothing in Visual Basic) if no cell is currently being edited. |
#Remarks
Actual editors are only created when end-users start to edit a cell and are automatically destroyed when editing is completed.
When an end-user activates a cell within a column with a custom template, the GridControl.ShownEditor event is not raised. Since the GridControl.HiddenEditor event is not raised either, the ActiveEditor property value always stays null.
To learn more, see Data Editing.
See Also