Back to Devexpress

Book.FirstPage Property

wpf-devexpress-dot-xpf-dot-controls-dot-book-7d2cafc0.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public PageType FirstPage { get; set; }
vb
Public Property FirstPage As PageType

Property Value

TypeDescription
PageType

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

|

Available values:

NameDescription
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

Book Class

Book Members

DevExpress.Xpf.Controls Namespace