AppointmentFormControllerBase.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.UI
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Description property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.