Skip to main content

AppointmentStatus.Color Property

OBSOLETE

Use the Brush property instead.

Extracts color from the Brush object of the AppointmentStatus.Brush property or creates a new SolidBrush with the specified color and assigns it to the AppointmentStatus.Brush property.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Brush property instead.")]
public Color Color { get; set; }

Property Value

Type Description
Color

A Color value used in the Brush object.

Remarks

Use the AppointmentStatus.Brush property or AppointmentStatusExtension.SetBrush and AppointmentStatusExtension.GetBrush methods instead.

See Also