Skip to main content

DxSchedulerAppointmentStatusItem.CssClass Property

Specifies the name of a CSS class applied to an appointment’s status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string CssClass { get; set; }

Property Value

Type Description
String

A cascading style sheet class’s name.

Remarks

Use the CssClass property to apply a CSS class to the status item. For instance, you can change the background color, specify the border color, and so on.

If you want to specify the status item’s color only, use the Color property.

Refer to the DxSchedulerAppointmentStatusItem class description for more information.

See Also