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

ASPxGridViewPreviewDisplayTextEventArgs.VisibleIndex Property

Gets the visible index of the preview row currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer zero-based index that identifies the preview row.

See Also