Skip to main content

SchedulerControl Class

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[ContentProperty(Name = "Calendars")]
public class SchedulerControl :
    LogicalControlEx,
    ISupportSelection,
    ICalendarHost,
    IContextMenuEventsRaiser,
    ISchedulerUINotifier,
    IDragControllerOwner

Remarks

To learn more, see

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
Control
DevExpress.WinUI.Core.Internal.ControlEx
DevExpress.WinUI.Core.Internal.LogicalControlEx
SchedulerControl
See Also