Skip to main content

GridControl.HiddenEditor Event

Occurs after a cell’s editor is closed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EditorEventHandler HiddenEditor

Event Data

The HiddenEditor event's data class is EditorEventArgs. The following properties provide information specific to this event:

Property Description
Column Gets the grid column. Inherited from EditorEventArgsBase.
Editor Gets the processed cell’s editor. Inherited from EditorEventArgsBase.
Row Gets the processed row.
RowHandle Gets the processed row’s handle.
Value Gets the processed cell’s value.
See Also