wpf-devexpress-dot-xpf-dot-scheduling.md
The main control of the Scheduler suite which displays and manages appointments.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
[DXLicenseWpf]
public class SchedulerControl :
SchedulerControlBase,
ITimeZoneHost,
IAppointmentFlyoutProvider
<DXLicenseWpf>
Public Class SchedulerControl
Inherits SchedulerControlBase
Implements ITimeZoneHost,
IAppointmentFlyoutProvider
The following members return SchedulerControl objects:
To learn more, see the Scheduler Suite documentation.
The following code snippets (auto-collected from DevExpress Examples) contain references to the SchedulerControl class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
<Grid>
<dxsch:SchedulerControl
x:Name="scheduler"
<Grid>
<dxsch:SchedulerControl x:Name="scheduler" GroupType="None" Start="{Binding Start, Mode=TwoWay}" AllowAppointmentConflicts="True">
<dxsch:TimelineView x:Name="timelineView" IntervalCount="8" TimeScalesSource="{Binding TimeScales}" TimeScaleTemplateSelector="{StaticResource TimeScaleTemplateSelector}"/>
wpfscheduler-provide-icalendar-data-exchange-functionality/CS/MainWindow.xaml#L15
<!--region #SchedulerControl_Drop-->
<dxsch:SchedulerControl x:Name="schedulerControl1"
VerticalAlignment="Stretch" HorizontalAlignment="Stretch"
wpf-scheduler-highlight-time-intervals/CS/SchedulerCellTemplate/MainWindow.xaml#L26
</dxlc:LayoutControl>
<dxsch:SchedulerControl x:Name="scheduler" GroupType="Resource" Start="{Binding Start, Mode=TwoWay}" AllowAppointmentConflicts="True">
<dxsch:DayView
</WrapPanel>
<dxsch:SchedulerControl x:Name="scheduler" Grid.Row="1">
<dxsch:SchedulerControl.DataSource>
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control SchedulerControlBase SchedulerControl
See Also