VEvent.IsChangedOccurrence Property
In This Article
Gets whether the event conforms to the ‘changed occurrence’ type.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a current event is a changed occurrence; otherwise, false. |
#Remarks
This property does not map to the AppointmentType.ChangedOccurrence type of the XtraScheduler appointment. It is calculated independently.
See Also