DxSchedulerAppointmentStatusItem.Caption Property
Specifies the caption of the appointment’s status item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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