AppointmentStatusItem.Caption Property
Gets or sets the text description of the status.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
String | The text description of the status. |
See Also