Skip to main content
All docs
V23.2

PageOfPagesModel.DisplayValue Property

The text displayed in page numbers.

Namespace: DevExpress.Blazor.Reporting.Models

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

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public string DisplayValue { get; }

Property Value

Type Description
String

A string that indicates the current page number and the total number of pages.

Remarks

The string is composed from the PageOfPagesModel.CurrentPageNumber and PageOfPagesModel.Count values. The DxBlazorReportViewerStringId.Toolbar_PageOfPagesFormat string specifies the format.

See Also