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