Back to Devexpress

DataGridView.EditColumn Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-228beca5.md

latest887 B
Original Source

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

csharp
public GridColumn EditColumn { get; }

Property Value

TypeDescription
GridColumn

The column that includes the cell that is being edited.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace