DxSchedulerResourceMappings.BackgroundCssClass Property
Maps a ResourcesSource‘s data field to the resource’s BackgroundCssClass
property.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerMapping BackgroundCssClass { get; set; }
Property Value
Type | Description |
---|---|
DxSchedulerMapping | Maps a data field to the resource property. |
Remarks
Refer to the DxSchedulerResourceMappings class description for more information.
See Also