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

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.v19.1.dll

Declaration

[Obsolete("Use the Brush property instead.")]
[Browsable(false)]
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