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

AppointmentItemOperationEventArgs.Recurring Property

Gets whether the target appointment is recurring.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

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

Declaration

public virtual bool Recurring { get; }

Property Value

Type Description
Boolean

true, if the appointment is recurring; otherwise, false.

Remarks

An appointment is assumed to be recurrent if its AppointmentItem.Type value is not AppointmentType.Normal.

See Also