DataGridView.Editor Property
Gets the editor that is displayed when the cell is being edited. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public VisualElement Editor { get; }
Property Value
Type | Description |
---|---|
VisualElement | The editor that is displayed when the cell is being edited. |
See Also