GridColumnGroupFooterTemplateContext.DataColumn Property
In This Article
Gets the data column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IGridDataColumn DataColumn { get; }
#Property Value
Type | Description |
---|---|
IGrid |
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