Skip to main content

PageList.First Property

Gets the first page within the PageList collection.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Page First { get; }

Property Value

Type Description
Page

An object of the Page class.

Remarks

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

See Also