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

ASPxGridViewTableFooterCellEventArgs.VisibleIndex Property

Gets the row’s visible index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the row’s visible index. -1 if the processed cell belongs to the Total Footer.

See Also