Back to Devexpress

CustomGroupEventArgs.Column Property

maui-devexpress-dot-maui-dot-datagrid-dot-customgroupeventargs.md

latest936 B
Original Source

CustomGroupEventArgs.Column Property

Returns the processed 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: CustomGroup.

See Also

CustomGroupEventArgs Class

CustomGroupEventArgs Members

DevExpress.Maui.DataGrid Namespace