Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool IsOccurrenceType { get; }

Property Value

Type Description
Boolean

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

See Also