Skip to main content
All docs
V18.2

ASPxClientPreviewClickEventArgs.PageIndex Property

Gets a value specifying the zero-based index of the page that has been clicked.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public int PageIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies a page index.

See Also