GridControl.ShownEditor Event
In This Article
Occurs after the focused cell’s editor is shown.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public event EditorEventHandler ShownEditor
#Event Data
The ShownEditor event's data class is EditorEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column |
Gets the grid column.
Inherited from Editor |
Editor |
Gets the processed cell’s editor.
Inherited from Editor |
Row | Gets the processed row. |
Row |
Gets the processed row’s handle. |
Value | Gets the processed cell’s value. |
See Also