Back to Devexpress

SchedulerControl Class

wpf-devexpress-dot-xpf-dot-scheduling.md

latest5.8 KB
Original Source

SchedulerControl Class

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

Declaration

csharp
[DXLicenseWpf]
public class SchedulerControl :
    SchedulerControlBase,
    ITimeZoneHost,
    IAppointmentFlyoutProvider
vb
<DXLicenseWpf>
Public Class SchedulerControl
    Inherits SchedulerControlBase
    Implements ITimeZoneHost,
               IAppointmentFlyoutProvider

The following members return SchedulerControl objects:

Remarks

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.

wpf-scheduler-use-scheduler-report-to-print-and-export-appointments/CS/PrintingExample/MainWindow.xaml#L22

xml
<Grid>
    <dxsch:SchedulerControl
        x:Name="scheduler"

wpf-scheduler-generate-time-scales-from-view-model-collection/CS/WpfSchedulerTimelineScalesTemplate/MainWindow.xaml#L40

xml
<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

xml
<!--region #SchedulerControl_Drop-->
<dxsch:SchedulerControl x:Name="schedulerControl1"
                        VerticalAlignment="Stretch" HorizontalAlignment="Stretch"

wpf-scheduler-highlight-time-intervals/CS/SchedulerCellTemplate/MainWindow.xaml#L26

xml
</dxlc:LayoutControl>
<dxsch:SchedulerControl x:Name="scheduler" GroupType="Resource" Start="{Binding Start, Mode=TwoWay}" AllowAppointmentConflicts="True">
    <dxsch:DayView

wpf-scheduler-implement-custom-mapping-converter-for-color-values/CS/ColorMappingExample/MainWindow.xaml#L35

xml
</WrapPanel>
<dxsch:SchedulerControl x:Name="scheduler" Grid.Row="1">
    <dxsch:SchedulerControl.DataSource>

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control SchedulerControlBase SchedulerControl

See Also

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace