AppointmentItem.Description Property
In This Article
Gets or sets the text that describes the appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public string Description { get; set; }
#Property Value
Type | Description |
---|---|
String | The appointment description. |
See Also