CalendarClient Class
Shows a calendar within the range control’s viewport.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
To display a calendar within a RangeControl, assign a CalendarClient
instance to the RangeControl.Client property.
<dxe:RangeControl>
<dxe:CalendarClient/>
</dxe:RangeControl>
The CalendarClient.IntervalFactories collection defines the available time intervals and formatting rules applied to them. Time intervals are visually represented by the calendar items.
Implements
Inheritance
See Also