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

DxSchedulerAppointmentStatusItem.CssClass Property

Specifies the CSS class for the appointment’s status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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