Skip to main content

DxSchedulerAppointmentLabelItem.Caption Property

Specifies the caption of the appointment’s label.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

The label’s caption.

Remarks

Refer to the DxSchedulerAppointmentLabelItem class description for more information.

See Also