Enumeration used by the ShowPageFold property.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum PageFoldVisibility
Fields
The fold does not appear automatically.
C#
Never = 2
The fold automatically appears every time the mouse enters the fold area.
C#
OnFoldEnter = 0
The fold automatically appears every time the mouse enters the page.
C#
OnPageEnter = 1