Skip to main content

VEvent.Alarms Property

Gets a collection of VALARM calendar components for this event.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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