Skip to main content

DxSchedulerAppointmentStatusMappings.Color Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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