Skip to main content

YearlyRecurrenceControl Class

A control used to set the recurrence options for yearly recurrent appointments.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

[DXToolboxBrowsable]
[ToolboxTabName("DX.14.2: Scheduling")]
public class YearlyRecurrenceControl :
    RecurrenceControlBase,
    IComponentConnector
<DXToolboxBrowsable>
<ToolboxTabName("DX.14.2: Scheduling")>
Public Class YearlyRecurrenceControl
    Inherits RecurrenceControlBase
    Implements IComponentConnector

Remarks

Use the YearlyRecurrenceControl.RecurrenceInfo property to specify the recurrence settings.

The typical appearance of a YearlyRecurrenceControl is shown in the picture below.

YearlyRecurrenceControl

Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
UserControl
DevExpress.Xpf.Scheduler.UI.RecurrenceControlBase
YearlyRecurrenceControl
See Also