corelibraries-devexpress-dot-xtraprinting-e8a0e9fd.md
A collection of Page objects.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class PageList :
IList<Page>,
ICollection<Page>,
IEnumerable<Page>,
IEnumerable,
IPageRepository
Public Class PageList
Implements IList(Of Page),
ICollection(Of Page),
IEnumerable(Of Page),
IEnumerable,
IPageRepository
The following members return PageList objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | CachedReportSourceBase.Pages |
| Document.Pages | |
| PrintingSystemBase.Pages | |
| WPF Controls | PageViewModel.PageList |
| .NET Reporting Tools | XtraReport.Pages |
The PageList class allows you to manage report pages. Each page within the collection can be referenced by its index, via the PageList.Item property.
Object PageList
See Also