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

DxSchedulerAppointmentStatusItem.Color Property

Specifies the color of the appointment’s status item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

The status color.

Remarks

Use the Color property to specify the status item’s color. If you want to apply a CSS class to the status item, use the CssClass property.

Refer to the DxSchedulerAppointmentStatusItem class description for more information.

See Also