Skip to main content
Tab

ASPxGridViewTableFooterCellEventArgs.VisibleIndex Property

Gets the row’s visible index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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