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

VEvent.Alarms Property

Gets a collection of VALARM calendar components for this event.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

Declaration

public VAlarmCollection Alarms { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.VAlarmCollection

An instance of the DevExpress.XtraScheduler.iCalendar.Components.VAlarmCollection class representing a collection of DevExpress.XtraScheduler.iCalendar.Components.VAlarm objects.

Remarks

A VALARM calendar component is a grouping of component properties that is a reminder or alarm for an event.

See Also