Skip to main content
A newer version of this page is available. .

GridColumnFooterTemplateContext.Column Property

Returns a column to which the footer cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IGridColumn Column { get; }

Property Value

Type Description
IGridColumn

The column to which the footer cell belongs.

Remarks

Refer to the DxGrid.ColumnFooterTemplate and DxGridColumn.FooterTemplate descriptions for more information and examples.

See Also