Back to Devexpress

CustomUnboundDataEventArgs.Column Property

maui-devexpress-dot-maui-dot-datagrid-dot-customunbounddataeventargs-990c78bc.md

latest1.0 KB
Original Source

CustomUnboundDataEventArgs.Column Property

Returns the processed unbound column.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public GridColumn Column { get; }

Property Value

TypeDescription
GridColumn

An object that specifies a grid column.

|

Remarks

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

See Also

CustomUnboundDataEventArgs Class

CustomUnboundDataEventArgs Members

DevExpress.Maui.DataGrid Namespace