GridColumnGroupFooterTemplateContext.DataColumn Property
Gets the data column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public IGridDataColumn DataColumn { get; }
Property Value
Type | Description |
---|---|
IGridDataColumn | If the column is a data column, returns this column; otherwise, returns |
Remarks
Refer to the DxGrid.ColumnGroupFooterTemplate and DxGridColumn.GroupFooterTemplate descriptions for more information and examples.
See Also