Skip to main content

VEvent.Description Property

Provides access to the DESCRIPTION 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 DescriptionProperty Description { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.DescriptionProperty

A DevExpress.XtraScheduler.iCalendar.Components.DescriptionProperty object representing the DESCRIPTION calendar property.

Remarks

The DESCRIPTION property provides a more complete description of the calendar component, than that provided by the SUMMARY property.

The DESCRIPTION property maps to the Appointment.Description property of the XtraScheduler appointment.

See Also