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

VEvent.Description Property

Provides access to the DESCRIPTION property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

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