A newer version of this page is available.
Switch to the current version.
PageList.Item[Int32] Property
Gets or sets an item within the PageList collection at a specific index.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual Page this[int index] { get; set; }
Public Overridable Property Item(index As Integer) As Page
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
Feedback