Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).
Namespace:DevExpress.Xpf.Scheduling
Assembly:DevExpress.Xpf.Scheduling.v19.2.dll

Syntax
C# |
public bool IsOccurrenceType { get; }
|
VB |
Public ReadOnly Property IsOccurrenceType As Boolean
|
Property value
Type: Boolean
True if it's an occurrence appointment; otherwise, false.

See Also