Skip to main content
A newer version of this page is available. .

DataGridView.EditorShown Event

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public event EventHandler<EditorShownEventArgs> EditorShown

Event Data

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

Property
Editor
FieldName
IsAutoFilterRow
Item
RowHandle
Value
See Also