Skip to main content
A newer version of this page is available. .

RibbonViewSelector Class

OBSOLETE

Delete the RibbonViewSelector 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 Selector Ribbon page.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.Extensions.dll

Declaration

[Obsolete("Delete the RibbonViewSelector 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 RibbonViewSelector :
    SchedulerRibbonCommandBarComponent

Remarks

Create a View Selector Ribbon page by specifying a SchedulerControl property of the RibbonViewSelector and assigning the Ribbon Control 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.

ViewNavigatorRibbon

Inheritance

Object
MarshalByRefObject
Component
DevExpress.XtraBars.Commands.CommandBasedBarComponentBase
DevExpress.XtraBars.Commands.Ribbon.RibbonCommandBarComponentBase
DevExpress.XtraScheduler.UI.SchedulerRibbonCommandBarComponent
RibbonViewSelector
See Also