Back to Devexpress

PagedSourceBase.PageCount Property

wpf-devexpress-dot-xpf-dot-data-dot-pagedsourcebase-8da96d3c.md

latest1.1 KB
Original Source

PagedSourceBase.PageCount Property

Gets the number of displayed pages.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public long PageCount { get; }
vb
Public ReadOnly Property PageCount As Long

Property Value

TypeDescription
Int64

An integer value that specifies the number of pages.

|

Remarks

Refer to the Virtual Sources topic to learn more.

See Also

PagedSourceBase Class

PagedSourceBase Members

DevExpress.Xpf.Data Namespace