Skip to main content

PageList.Item[Int32] Property

Gets or sets an item within the PageList collection at a specific index.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual Page this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The zero-based index of the item to get or set.

Property Value

Type Description
Page

An item at a specific index.

Remarks

The PageList.Item property represents a single report page. Each report page is a Page class instance. The PageList collection contains Page class instances.

See Also