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 |
---|---|
Visual |
The editor that is displayed when the cell is being edited. |