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