Back to Devexpress

GridColumnGroupFooterTemplateContext.Column Property

blazor-devexpress-dot-blazor-dot-gridcolumngroupfootertemplatecontext-a7f52356.md

latest1.1 KB
Original Source

GridColumnGroupFooterTemplateContext.Column Property

Returns a column to which the group footer cell belongs.

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 to which the group footer cell belongs.

|

Remarks

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

See Also

GridColumnGroupFooterTemplateContext Class

GridColumnGroupFooterTemplateContext Members

DevExpress.Blazor Namespace