Skip to main content

GridColumnGroupFooterTemplateContext.GroupRowVisibleIndex Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public int GroupRowVisibleIndex { get; }

Property Value

Type Description
Int32

The group row’s visible index.

Remarks

The Grid component assigns indexes to visible data and group rows to indicate row order. Indexes are zero-based and sequential across all Grid pages.

Row Indexes - All Pages

DxGrid reassigns row indexes each time users sort, filter, group data, or expand or collapse group rows. Filtered-out rows and rows in collapsed groups do not have indexes. In the following image, the Grid component does not assign indexes to data rows in the collapsed Partly cloudy group.

Row Indexes - Group Rows

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

See Also