Skip to main content
All docs
V25.2
  • PreviewClickEventArgs.PageIndex Property

    Gets the zero-based index of the page that was clicked.

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    public int PageIndex { get; }

    Property Value

    Type Description
    Int32

    The zero-based page index.

    See Also