DxSchedulerAppointmentStatusItem.Color Property
In This Article
Specifies the color of the appointment’s status item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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