# Page Turning Options

## Content



By default, when users click once on a page fold the book will progress to the previous or next page. You can customize how pages turn on page click using the [C1Book.PageFoldAction](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1Book.PageFoldAction.html) property. For example you can set **PageFoldAction** so that users must double-click on the page fold to turn the page, or you can prevent page turning on mouse click altogether, requiring that uses perform a drag-and-drop operation on the page fold to turn a page.

You can set the **PageFoldAction** property to any of the values in the following table to determine how users interact with the [C1Book](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1Book.html) control:

|   **Value**   |   **Description**   |
| --- | --- |
|   TurnPageOnClick   |   Turn the page when the user clicks the page fold.   |
|   TurnPageOnDoubleClick   |   Turn the page when the user double clicks the page fold.   |
|   None   |   Turn page when user drags the page fold across the book.   |