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

DxSchedulerAppointmentStatusMappings.CssClass Property

Maps a data source field to the status item’s CssClass property.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping CssClass { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the status property.

Remarks

See the DxSchedulerAppointmentStatusMappings class description for more information.

See Also