Skip to main content

CalendarClient Class

Shows a calendar within the range control’s viewport.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.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>

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