GridCustomizeElementEventArgs.Column Property
In This Article
Specifies the column that corresponds to the processed cell or group row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IGridColumn Column { get; }
#Property Value
Type | Description |
---|---|
IGrid |
The column. |
#Remarks
For more information and examples, refer to the CustomizeElement event’s description.
See Also