Skip to main content
Tab

ASPxGridViewPreviewDisplayTextEventArgs.VisibleIndex Property

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

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 zero-based index that identifies the preview row.

See Also