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