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

ASPxGridDataValidationEventArgs.VisibleIndex Property

Gets a visible index of the currently processed data item (row, card or record).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An Int32 value that is the visible index.

See Also