DxSchedulerAppointmentLabelMappings.BackgroundCssClass Property
Maps an AppointmentLabelsSource‘s data field to the label’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 appointment property. |
Remarks
Refer to the DxSchedulerAppointmentLabelMappings class description for more information.
See Also