Skip to main content

AppointmentLabelItem.Caption Property

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