Skip to main content

CustomUnboundDataEventArgs.Column Property

Returns the currently processed unbound column.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

An object that specifies a grid column.

Remarks

For more information, refer to the following help topic: CustomUnboundData.

See Also