windowsforms-devexpress-dot-xtrascheduler-dot-ui-9674a458.md
Delete the RibbonViewNavigator component and generate bars automatically by selecting required items from the popup menu, which is invoked when clicking the scheduler's smart tag at design time.
A component used to create a View Navigator Ribbon page.
Namespace : DevExpress.XtraScheduler.UI
Assembly : DevExpress.XtraScheduler.v25.2.Extensions.dll
NuGet Package : DevExpress.Win.SchedulerExtensions
[Obsolete("Delete the RibbonViewNavigator component and generate bars automatically by selecting required items from the popup menu, which is invoked when clicking the scheduler's smart tag at design time.", true)]
public class RibbonViewNavigator :
SchedulerRibbonCommandBarComponent
<Obsolete("Delete the RibbonViewNavigator component and generate bars automatically by selecting required items from the popup menu, which is invoked when clicking the scheduler's smart tag at design time.", True)>
Public Class RibbonViewNavigator
Inherits SchedulerRibbonCommandBarComponent
Create a View Navigator Ribbon page by specifying the SchedulerControl property of the RibbonViewNavigator, and assigning the Ribbon Control. N 2492 via the RibbonControl property. If a form already contains a Scheduler control and a RibbonControl, then assignments and page creation are performed automatically when the RibbonViewSelector component is dropped onto the form.
Object MarshalByRefObject Component DevExpress.XtraBars.Commands.CommandBasedBarComponentBase DevExpress.XtraBars.Commands.Ribbon.RibbonCommandBarComponentBase DevExpress.XtraScheduler.UI.SchedulerRibbonCommandBarComponent RibbonViewNavigator
See Also