VEvent.Summary Property
In This Article
Provides access to the SUMMARY property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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