Skip to main content
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.v23.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