CalendarClient Class
In This Article
Shows a calendar within the range control’s viewport.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public class CalendarClient :
Control,
IRangeControlClient
#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