Determines how clicking inside the RadPageViewNavigationViewItem expands or collapses its hierarhcy.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum NavigationViewItemExpandCollapseMode
Fields
The IsExpanded property is changed only when clicking on the item`s expander element.
C#
OnExpanderClick = 1
Clicking anywhere inside the RadPageViewNavigationViewItem changes the items's IsExpanded property.
C#
OnItemClick = 0