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

Properties, Methods and Events for RadStepProgressBar

Updated over 1 year ago

RadOfficeNavigationBar's Properties

PropertyDescription
OfficeNavigationBarElementGets the RadOfficeNavigationBarElement that represents the main element of the control.
OverflowItemGets the RadOfficeNavigationBarOverflowItem which exposes the hidden items on click.
OverflowItemPositionGets or sets the position of the OverflowItem. The available options are Front (before the items) and End (after the items).
ContextMenuDropDownGets the context menu that is opened when the OverflowItem is clicked.
ShowNavigationOptionsMenuItemGets or sets a value indicating whether to show the navigation options menu item when context menu is opened.
NavigationOptionsMenuItemGets or sets the navigation options menu item.
MenuSeparatorGets or sets the navigation options menu separator item.
VisibleItemsCount

RadOfficeNavigationBarElement's Properties

PropertyDescription
OverflowItemGets the RadOfficeNavigationBarItem which exposes the hidden items on click.
ContextMenuGets the context menu.
ShowNavigationOptionsMenuItemGets or sets a value indicating whether to show the navigation options menu item when context menu is opened.
NavigationOptionsMenuItemGets or sets the navigation options menu item.
MenuSeparatorGets or sets the navigation options menu separator item.
VisibleItemsCountGets or sets the items that are visible on the strip. If this property is not set it returns the count of items.
UseCompactFontGets or sets a value indicating whether to use compact or large font for the items.
ItemsDisplayStyleGets or sets the display style of the items.
OverflowItemPositionGets or sets the position of the OverflowItem. The available options are Front (before the items) and Back (after the items).
EnablePeekPopupGets or sets a value indicating whether a peek pop-up can be shown when an item is hovered with the mouse. The content of the peek pop-up needs to be set in the RadPageViewElement.PeekPopupOpening event.
PeekPopupGets the peek pop-up, which is represented by a RadCallout.
PeekPopupIntervalGets or sets the interval needed to show a PeekPopup after a RadPageViewItem is hovered.

RadOfficeNavigationBar derives from RadPageView control and inherits most of its events and methods.

RadOfficeNavigationBarElement's Events

EventDescription
PeekPopupOpeningFired when the peek pop-up is about to be shown. In this event you need to populate the content of the peek pop-up, otherwise it will not be displayed.
PeekPopupClosedFired when the peek pop-up has been closed.
CreateNavigationOptionsDialogOccurs when the NavigationOptionsMenuItem is clicked and the options dialog is about to be opened. Suitable place to customize or replace the navigation options dialog.

RadOfficeNavigationBarElement's Methods

MethodDescription
ShowPeekPopupShows a peek pop-up over a RadPageViewItem. The content of the peek pop-up needs to be set in the RadPageViewElement.PeekPopupOpening event.

See Also