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