Back to Devexpress

DataGridView.EditorShown Event

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-f2f02d78.md

latest1.8 KB
Original Source

DataGridView.EditorShown Event

Occurs when the DataGridView cell’s editor is displayed.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public event EventHandler<EditorShownEventArgs> EditorShown

Event Data

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

PropertyDescription
EditorGets the displayed editor.
FieldNameGets or sets the field name of the column for which the editor is displayed. This is a bindable property.
IsAutoFilterRowGets whether the edited item is the auto filter row.
ItemGets the data item that corresponds to the data grid item for which the editor is displayed.
RowHandleGets the handle of the row that contains a cell for which the editor is displayed.
ValueGets the value that corresponds to the data grid item for which the editor is displayed.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace