Skip to main content

AppointmentItem.RecurrenceRule Property

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public RecurrenceRule RecurrenceRule { get; set; }

Property Value

Type
DevExpress.WinUI.Scheduler.Internal.RecurrenceRule

Remarks

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

See Also