Skip to main content

VEvent.ExceptionRules Property

Provides access to the EXRULE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public RecurrenceRulePropertyCollection ExceptionRules { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection

A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection collection containing recurrence rules.

Remarks

The EXRULE property defines a rule or repeating pattern for an exception to a recurrence set.

The EXRULE property has no mapping in the XtraScheduler appointment properties.

You can add rules to the collection when exporting an appointment, by handling the AppointmentExporter.AppointmentExporting event.

See Also