DxSchedulerAppointmentStatusMappings.CssClass Property
Maps a data source field to the status item’s CssClass
property.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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