AppointmentItemOperationEventArgs.Recurring Property
Gets whether the target appointment is recurring.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
An appointment is assumed to be recurrent if its AppointmentItem.Type value is not AppointmentType.Normal.
See Also