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