Class PageFoldVisibility
Enumeration used by the ShowPageFold property.
Inheritance
System.Object
PageFoldVisibility
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class PageFoldVisibility : Enum
Fields
Never
The fold does not appear automatically.
Declaration
public const PageFoldVisibility Never
Field Value
OnFoldEnter
The fold automatically appears every time the mouse enters the fold area.
Declaration
public const PageFoldVisibility OnFoldEnter
Field Value
OnPageEnter
The fold automatically appears every time the mouse enters the page.
Declaration
public const PageFoldVisibility OnPageEnter
Field Value
value__
Declaration
public int value__
Field Value
System.
|