PagedSourceBase.PageCount Property
Gets the number of displayed pages.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Int64 | An integer value that specifies the number of pages. |
Remarks
Refer to the Virtual Sources topic to learn more.
See Also