Skip to main content

GridControlBase.HiddenEditor Event

Occurs after a cell’s editor has been closed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EditorEventHandler HiddenEditor

Event Data

The HiddenEditor event's data class is DevExpress.UI.Xaml.Grid.EditorEventArgs.

Remarks

When an end-user activates a cell within a column with a custom template, the GridControlBase.ShownEditor event is not raised. Since the HiddenEditor event is not raised either, the DataControlBase.ActiveEditor property value always stays null.

See Also