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

ASPxGridViewColumnDisplayTextEventArgs.VisibleRowIndex Property

OBSOLETE

Use the VisibleIndex property instead.

Gets the visible index of the data row where the processed cell resides.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the VisibleIndex property instead.")]
public int VisibleRowIndex { get; }

Property Value

Type Description
Int32

An integer zero-based index that identifies the row where the processed cell resides.

See Also