New to Telerik UI for WPFStart a free 30-day trial

This enumeration describes whether the page will perform full flip on single click or double click.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public enum PageFlipMode

Fields

Page performs full flip on double click.

C#
DoubleClick = 2

Page does not perform full flip.

C#
None = 0

Page performs full flip on single click.

C#
SingleClick = 1
In this article
DefinitionFieldsDoubleClickNoneSingleClick
Not finding the help you need?
Contact Support