Skip to main content
All docs
V18.2

IAppointmentStatus.Color Property

OBSOLETE

Use the GetBrush and SetBrush extension methods instead.

Gets or sets the color assigned to a certain appointment status.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Obsolete("Use the GetBrush and SetBrush extension methods instead.")]
[Browsable(false)]
[DXBrowsable(false)]
Color Color { get; set; }

Property Value

Type Description
Color

A Color structure specifying the color.

Remarks

Use the platform-specific GetBrush and SetBrush extension methods instead of the Color property.

See Also