DxSchedulerResourceItem.BackgroundCssClass Property
The CSS class that specifies the resource’s background color.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.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