Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentStatusItem.Caption Property

Specifies the caption of the appointment’s status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

The status caption.

Remarks

Refer to the DxSchedulerAppointmentStatusItem class description for more information.

See Also