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

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 additional information and examples.

See Also