Back to Devexpress

PagedSourceBase.HasMorePages Property

wpf-devexpress-dot-xpf-dot-data-dot-pagedsourcebase-99b4fead.md

latest1002 B
Original Source

PagedSourceBase.HasMorePages Property

Gets whether there are more pages to show.

Namespace : DevExpress.Xpf.Data

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool HasMorePages { get; }
vb
Public ReadOnly Property HasMorePages As Boolean

Property Value

TypeDescription
Boolean

true, if there are more pages; otherwise, false.

|

See Also

PagedSourceBase Class

PagedSourceBase Members

DevExpress.Xpf.Data Namespace