Skip to main content

GridCustomizeGroupValueDisplayTextEventArgs.VisibleIndex Property

Gets the group row’s visible index.

Namespace: DevExpress.Blazor

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

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { 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 GridCustomizeGroupValueDisplayTextEventArgs class description for additional information and an example.

See Also