Back to Devexpress

ViewSelector Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-0134d8f4.md

latest2.3 KB
Original Source

ViewSelector Class

OBSOLETE

Delete the ViewSelector 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 bar.

Namespace : DevExpress.XtraScheduler.UI

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

NuGet Package : DevExpress.Win.SchedulerExtensions

Declaration

csharp
[Obsolete("Delete the ViewSelector 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 ViewSelector :
    SchedulerCommandBarComponent
vb
<Obsolete("Delete the ViewSelector 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 ViewSelector
    Inherits SchedulerCommandBarComponent

Remarks

Create a View Selector bar by specifying the SchedulerControl property of the ViewSelector and assigning the Bar Manager via the BarManager property. If a form already contains a Scheduler control and a Bar Manager component, then assignments and bar creation are performed automatically when the ViewSelector component is dropped onto the form.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraBars.Commands.CommandBasedBarComponentBase DevExpress.XtraBars.Commands.CommandBarComponentBase DevExpress.XtraScheduler.UI.SchedulerCommandBarComponent ViewSelector

See Also

ViewSelector Members

DevExpress.XtraScheduler.UI Namespace