GridColumnGroupFooterTemplateContext.Column Property
In This Article
Returns a column to which the group footer cell belongs.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IGridColumn Column { get; }
#Property Value
Type | Description |
---|---|
IGrid |
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