Back to Devexpress

DxSchedulerAppointmentStatusItem.CssClass Property

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentstatusitem-117baa3a.md

latest1.4 KB
Original Source

DxSchedulerAppointmentStatusItem.CssClass Property

Assigns a CSS class to an appointment’s status item.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string CssClass { get; set; }

Property Value

TypeDescription
String

CSS class names delimited by spaces.

|

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 following topics for additional information:

See Also

DxSchedulerAppointmentStatusItem Class

DxSchedulerAppointmentStatusItem Members

DevExpress.Blazor Namespace