Skip to main content

DxSchedulerAppointmentLabelItem.BackgroundCssClass Property

Specifies the CSS class for the appointment’s background.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string BackgroundCssClass { get; set; }

Property Value

Type Description
String

A CSS class’s name.

Remarks

Use the BackgroundCssClass property to apply a CSS class to the appointment’s background. For instance, you can change the background color, assign a background image, specify the border color, and so on.

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

Refer to the DxSchedulerAppointmentLabelItem class description for more information.

See Also