GridColumnGroupFooterTemplateContext.GroupRowVisibleIndex Property
The visible index of a group row that contains the processed group footer cell.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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