Skip to main content

GridDataColumnGroupRowTemplateContext.VisibleIndex Property

Returns the group row’s visible index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

The group row’s visible index.

Remarks

Refer to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate descriptions for more information and examples.

See Also