Skip to main content

GridColumnGroupFooterTemplateContext.Column Property

Returns a column to which the group footer cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IGridColumn Column { get; }

Property Value

Type Description
IGridColumn

The column to which the group footer cell belongs.

Remarks

Refer to the DxGrid.ColumnGroupFooterTemplate and DxGridColumn.GroupFooterTemplate descriptions for more information and examples.

See Also