Gets the first page within the PageList collection.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public Page First { get; }
|
VB |
Public ReadOnly Property First As Page
|
Property value
Type:
Page
An object of the Page class.

Remarks
The index of the first page is zero, so it can also be obtained via the Item property with a parameter of 0.

See Also