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.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int GroupRowVisibleIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies a group row’s visible index.

Remarks

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

See Also