New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events

Updated over 6 months ago

Properties

PropertyDescription
NavigationViewElementGets the RadPageViewNavigationViewElement, which is the main element for RadNavigationView.
DisplayModeGets or sets the display mode of the view element. The Default value Expanded.
HeaderHeightGets or sets the height of the header element. The default value is 40.
ExpandedPaneWidthGets or sets the width of the pane with the items when the view element is expanded. The default value is 280.
CollapsedPaneWidthGets or sets the width of the pane with the items when the view element is collapsed. The default value is 40.
CompactModeThresholdWidthGets or sets a threshold determining at what width the view element will change from Collapsed to Compact display mode and vice versa. The default value is 641.
ExpandedModeThresholdWidthGets or sets a threshold determining at what width the view element will change from Expanded to Collapsed display mode and vice versa. The default value is 1008.
HierarchyIndentGets or sets the hierarchical indentation of the child items. The default value is 20.
ExpandedGlyphGets or sets the glyph used for the items's expander element, when the item IsExpanded property is true.
CollapsedGlyphGets or sets the glyph used for the items's expander element, when the item IsExpanded property is false.
ItemExpandCollapseModeGets or sets the expand/collapse mode of navigation items when they have hierarchical children.
HierarchyPopupExpandModeGets or sets the expand/collapse mode of navigation items when they have hierarchical children.

RadPageViewNavigationViewElement's Properties

PropertyDescription
HamburgerButtonGets the hamburger button.
HeaderElementGets the header element.
PopupGets the popup used in the Minimal and Compact modes.
PopupStackGets the popup stack element.
IsCollapsedDetermines whether the view element is collapsed.
NewItemVisibilityGets or sets the visibility of the internal NewItem.
AllowAnimationGets or sets a value indicating whether to use animation when collapsing and expanding the menu.
AnimationIntervalGets or sets the animation interval.
AnimationFramesGets or sets the animation frames.
MinumumHierarchicalPopupSizeGets or sets the mimimum size of the hierarchical popup. The desired size is calculated automatically according to the desired sizes of the items.

RadPageViewNavigationViewElement's Methods

MethodDescription
ExpandExpands the NavigationView.
CollapseCollapses the NavigationView.

Events

EventDescription
CollapsingOccurs before the hamburger menu is collapsed.
ExpandingOccurs before the hamburger menu is expanded.
CollapsedOccurs before the hamburger menu is collapsed.
ExpandedOccurs after the hamburger menu is expanded.
ItemCollapsingOccurs before a hierarchical navigation item is collapsed.
ItemExpandingOccurs before a hierarchical navigation item is expanded.
ItemCollapsedOccurs after a hierarchical navigation item is collapsed.
ItemExpandedOccurs after a hierarchical navigation item is expanded.
ItemPopupOpeningOccurs before a hierarchical popup associated with a RadPageViewNavigationViewItem
ItemPopupOpenedOccurs after a hierarchical popup associated with a RadPageViewNavigationViewItem has opened.
ItemPopupClosingOccurs before a hierarchy popup associated with a RadPageViewNavigationViewItem closes. The actual item is passed as the sender in the event handler.
ItemPopupClosedOccurs after a hierarchy popup associated with a RadPageViewNavigationViewItem has closed. The actual item is passed as the sender in the event handler.

See Also