Skip to main content
All docs
V23.2

PageOfPagesModel.Count Property

Gets the total number of pages in the document.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of pages.

See Also