Skip to main content

VEvent.Summary Property

Provides access to the SUMMARY 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 SummaryProperty Summary { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.SummaryProperty

A DevExpress.XtraScheduler.iCalendar.Components.SummaryProperty object, representing the SUMMARY calendar property.

Remarks

The SUMMARY property is used to capture a short, one line summary about the activity.

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

You can specify the VEvent.Summary.Value when exporting an appointment, by handling the AppointmentExporter.AppointmentExporting event.

See Also