DataGridView.EditColumn Property
Gets the GridColumn that includes the cell that is being edited. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
public GridColumn EditColumn { get; }
#Property Value
Type | Description |
---|---|
Grid |
The column that includes the cell that is being edited. |