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

DxSchedulerAppointmentStatusMappings.Color Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Color { 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