Skip to main content
Tab

ASPxGridViewItemEventArgs.VisibleIndex Property

Gets the visible index of the data row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int VisibleIndex { get; }

#Property Value

Type Description
Int32

An integer value that specifies the data row’s visible index.

See Also