To display a calendar within a RangeControl, assign a CalendarClient instance to the RangeControl.Client property.
Xaml |
<dxe:RangeControl>
<dxe:CalendarClient/>
</dxe:RangeControl>
|

The IntervalFactories collection defines the available time intervals and formatting rules applied to them. Time intervals are visually represented by the calendar items.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
CalendarClient