Skip to main content
A newer version of this page is available. .

CalendarClient Class

Shows a calendar within the range control’s viewport.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.1.dll

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>

wpf-rangecontrol-calendar

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

See Also