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

AppointmentItem.RecurrenceRule Property

Gets or sets information that specifies an appointment’s recurrence rule.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public RecurrenceRule RecurrenceRule { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.RecurrenceRule

A RecurrenceRule object that contains information about recurrence rules.

Remarks

If the current appointment is recurring, the RecurrenceRule property provides access to its recurrence rules. For the appointments whose type is AppointmentType.Normal this property returns null (Nothing in Visual Basic).

See Also