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 |
---|---|
GridColumn | The column that includes the cell that is being edited. |
See Also