PageList Class
In This Article
A collection of Page objects.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public class PageList :
IList<Page>,
ICollection<Page>,
IEnumerable<Page>,
IEnumerable,
IPageRepository
#Related API Members
The following members return PageList objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Cached |
Document. |
|
Printing |
|
WPF Controls | Page |
.NET Reporting Tools | Xtra |
#Remarks
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.
See Also