Skip to main content

GridCustomizeGroupValueDisplayTextEventArgs.VisibleIndex Property

Gets the group row’s visible index.

Namespace: DevExpress.Blazor

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

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

The group row’s visible index.

Remarks

Refer to the GridCustomizeGroupValueDisplayTextEventArgs class description for additional information and an example.

See Also