Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewSummaryDisplayTextEventArgs.VisibleIndex Property

Gets a value that identifies the group row where the processed summary value is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

A zero-based integer index that identifies the group row where the processed summary value is displayed. -1 if a total summary value is being processed.

See Also