wpf-devexpress-dot-xpf-dot-controls-dot-book-7d2cafc0.md
Gets or sets whether the first page is displayed on the left side of the book.
Namespace : DevExpress.Xpf.Controls
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public PageType FirstPage { get; set; }
Public Property FirstPage As PageType
| 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.
|
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