Skip to main content
A newer version of this page is available. .

GridColumnGroupFooterTemplateContext.DataColumn Property

Gets the data column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.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 null.

Remarks

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

See Also