Skip to main content

DxSchedulerAppointmentLabelItem.Color Property

Specifies the color of the appointment’s label.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

The label’s color.

Remarks

Use the Color property to specify the label’s color. If you want to apply a CSS class to the appointment’s background, use the BackgroundCssClass property.

Refer to the DxSchedulerAppointmentLabelItem class description for more information.

See Also