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

SchedulerControl Class

The main control of the Scheduler suite which displays and manages calendar events (appointments).

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

[ContentProperty(Name = "Calendars")]
[TemplatePart(Name = "PART_ViewsContainer", Type = typeof(SchedulerItemsPanel))]
[TemplatePart(Name = "PART_Flyout", Type = typeof(FlyoutControl))]
public class SchedulerControl :
    LogicalControlEx,
    ISupportSelection,
    ICalendarHost,
    IContextMenuEventsRaiser,
    ISchedulerUINotifier

Remarks

To learn more, see

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Internal.LogicalControlEx
SchedulerControl
See Also