Skip to main content

DxSchedulerAppointmentStatusItem.Caption Property

Specifies the caption of the appointment’s status item.

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 status caption.

Remarks

Refer to the DxSchedulerAppointmentStatusItem class description for more information.

See Also