RadControls for WPF

Enumeration used by the ShowPageFold property.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum PageFoldVisibility
Visual Basic
Public Enumeration PageFoldVisibility

Members

Member nameValueDescription
OnFoldEnter0 The fold automatically appears every time the mouse enters the fold area.
OnPageEnter1 The fold automatically appears every time the mouse enters the page.
Never2 The fold does not appear automatically.

See Also