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

DxSchedulerResourceItem.BackgroundCssClass Property

The CSS class that specifies the resource’s background color.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string BackgroundCssClass { get; set; }

Property Value

Type Description
String

A CSS class’s name.

Remarks

Refer to the DxSchedulerResourceItem class description for more information.

See Also