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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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,
IDragControllerOwner
Remarks
To learn more, see
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Internal.LogicalControlEx
SchedulerControl
See Also