AppointmentStatus.SetBrush(Brush) Method
Gets the brush used to visualize the appointment status.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
brush | Brush | A Brush object that is the color used to paint the appointment status strip. |
Remarks
Use the AppointmentStatus.GetBrush notation to obtain the brush used to paint the appointment status strip. Use the AppointmentStatus.SetBrush notation to specify the brush used to paint the appointment status strip.
See Also