Skip to main content

Appointment.Description Property

Gets or sets the text for the appointment's description.

Namespace: DevExpress.XtraScheduler

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

#Declaration

[DefaultValue("")]
public string Description { get; set; }

#Property Value

Type Default Description
String

String.Empty

A String value that specifies the appointment's description.

#Remarks

The Description property specifies the text for an end-user's description of the current appointment.

If a SchedulerControl is used in bound mode (that is its data is stored in a database) the Description property's value may be taken from the data field specified by the AppointmentMapping.Description property (this property can be accessed via the AppointmentStorage.Mappings property).

See Also