Skip to main content
A newer version of this page is available. .

PageList Class

A collection of Page objects.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public class PageList :
    IList<Page>,
    ICollection<Page>,
    IEnumerable<Page>,
    IEnumerable,
    IPageRepository

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.

Inheritance

Object
PageList
See Also