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.v24.1.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 |
Remarks
Use the AppointmentStatus.Brush property or AppointmentStatusExtension.SetBrush and AppointmentStatusExtension.GetBrush methods instead.
See Also