Skip to main content

VEvent.IsPattern Property

Gets whether the event conforms to the ‘pattern’ type.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool IsPattern { get; }

Property Value

Type Description
Boolean

true if a current event is a recurrence pattern; otherwise, false.

Remarks

This property does not map to the AppointmentType.Pattern type of the XtraScheduler appointment. It is calculated independently.

See Also