Back to Devexpress

AppointmentEditViewModelBase.IsOccurrenceType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditviewmodelbase-4571bfda.md

latest1.3 KB
Original Source

AppointmentEditViewModelBase.IsOccurrenceType Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsOccurrenceType { get; }
vb
Public ReadOnly Property IsOccurrenceType As Boolean

Property Value

TypeDescription
Boolean

True if it’s an occurrence appointment; otherwise, false.

|

See Also

IsOccurrence

AppointmentEditViewModelBase Class

AppointmentEditViewModelBase Members

DevExpress.Xpf.Scheduling Namespace