Skip to main content

Book.FirstPage Property

Gets or sets whether the first page is displayed on the left side of the book.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public PageType FirstPage { get; set; }

Property Value

Type Description
PageType

One of the PageType enumeration members that specifies whether the first page is displayed on the left side of the book.

Available values:

Name Description
Even

The first page is displayed on the right side of the book.

Odd

The first page is displayed on the left side of the book.

Remarks

If the FirstPage property is set to PageType.Even, the first page is displayed on the right side of the book. In this instance, the cover is displayed on the left side.

Note

The first page’s index is always 0, regardless of the page’s position. The index of the cover (if displayed) is -1.

See Also