Skip to main content

WeeklyRecurrenceControl Class

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

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

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

Remarks

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

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

WeeklyRecurrenceControl

Inheritance

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