GridColumnGroupFooterTemplateContext.Column Property
Returns a column to which the group footer cell belongs.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Grid.v26.1.dll
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 additional information and examples.
See Also