Back to Devexpress

GridCustomizeElementEventArgs.Column Property

blazor-devexpress-dot-blazor-dot-gridcustomizeelementeventargs-31cd2e2c.md

latest964 B
Original Source

GridCustomizeElementEventArgs.Column Property

Specifies the column that corresponds to the processed cell or group row.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGridColumn Column { get; }

Property Value

TypeDescription
IGridColumn

The column.

|

Remarks

For additional information and examples, refer to the CustomizeElement event’s description.

See Also

GridCustomizeElementEventArgs Class

GridCustomizeElementEventArgs Members

DevExpress.Blazor Namespace