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

VEvent.ExceptionRules Property

Provides access to the EXRULE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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