DxSchedulerAppointmentStatusItem.CssClass Property
Assigns a CSS class to an appointment’s status item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
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 more information:
See Also