Skip to main content

GridControlBase.ShownEditor Event

Occurs after the focused cell’s editor has been shown.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EditorEventHandler ShownEditor

Event Data

The ShownEditor 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 ShownEditor event is not raised. Since the GridControlBase.HiddenEditor event is not raised either, the DataControlBase.ActiveEditor property value always stays null.

See Also