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

GridColumnGroupFooterTemplateContext.GroupRowVisibleIndex Property

The visible index of a group row that contains the processed group footer cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int GroupRowVisibleIndex { get; }

Property Value

Type Description
Int32

The group row’s visible index.

Remarks

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

See Also