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.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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.