Properties, Methods and Events for RadStepProgressBar
RadOfficeNavigationBar's Properties
| Property | Description |
|---|---|
| OfficeNavigationBarElement | Gets the RadOfficeNavigationBarElement that represents the main element of the control. |
| OverflowItem | Gets the RadOfficeNavigationBarOverflowItem which exposes the hidden items on click. |
| OverflowItemPosition | Gets or sets the position of the OverflowItem. The available options are Front (before the items) and End (after the items). |
| ContextMenuDropDown | Gets the context menu that is opened when the OverflowItem is clicked. |
| ShowNavigationOptionsMenuItem | Gets or sets a value indicating whether to show the navigation options menu item when context menu is opened. |
| NavigationOptionsMenuItem | Gets or sets the navigation options menu item. |
| MenuSeparator | Gets or sets the navigation options menu separator item. |
| VisibleItemsCount |
RadOfficeNavigationBarElement's Properties
| Property | Description |
|---|---|
| OverflowItem | Gets the RadOfficeNavigationBarItem which exposes the hidden items on click. |
| ContextMenu | Gets the context menu. |
| ShowNavigationOptionsMenuItem | Gets or sets a value indicating whether to show the navigation options menu item when context menu is opened. |
| NavigationOptionsMenuItem | Gets or sets the navigation options menu item. |
| MenuSeparator | Gets or sets the navigation options menu separator item. |
| VisibleItemsCount | Gets or sets the items that are visible on the strip. If this property is not set it returns the count of items. |
| UseCompactFont | Gets or sets a value indicating whether to use compact or large font for the items. |
| ItemsDisplayStyle | Gets or sets the display style of the items. |
| OverflowItemPosition | Gets or sets the position of the OverflowItem. The available options are Front (before the items) and Back (after the items). |
| EnablePeekPopup | Gets 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. |
| PeekPopup | Gets the peek pop-up, which is represented by a RadCallout. |
| PeekPopupInterval | Gets 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
| Event | Description |
|---|---|
| PeekPopupOpening | Fired 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. |
| PeekPopupClosed | Fired when the peek pop-up has been closed. |
| CreateNavigationOptionsDialog | Occurs 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
| Method | Description |
|---|---|
| ShowPeekPopup | Shows a peek pop-up over a RadPageViewItem. The content of the peek pop-up needs to be set in the RadPageViewElement.PeekPopupOpening event. |