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

AppointmentModificationControllerBase.Description Property

Gets or sets the text that will be displayed as the description of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.Native

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

Declaration

public virtual string Description { get; set; }

Property Value

Type Description
String

A String value that specifies the appointment’s description.

Remarks

Use the Description property to obtain or modify the description of the appointment currently being edited in the custom Edit Appointment form.

See Also