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