Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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