Determines how the hierarchy popup is shown when the view element is collapsed.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum NavigationViewHierarchyPopupExpandMode
Fields
The item's hierarchy popup is displayed after clicking on the item.
C#
OnItemClick = 0
The item's hierarchy popup is displayed after hovering the item.
C#
OnItemMouseOver = 1