Back to Devexpress

DataGridView.Editor Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-3b35784f.md

latest879 B
Original Source

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

csharp
public VisualElement Editor { get; }

Property Value

TypeDescription
VisualElement

The editor that is displayed when the cell is being edited.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace