AppointmentItem.RecurrenceRule Property
Gets or sets information that specifies an appointment’s recurrence rule.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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