CustomGroupEventArgs.Column Property
In This Article
Returns the processed column.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
An object that specifies a grid column. |
#Remarks
For more information, refer to the following help topic: CustomGroup.
See Also