AppointmentViewInfo.StatusBrush Property
Gets the brush used to fill the appointment status.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public virtual Brush StatusBrush { get; }
Public Overridable ReadOnly Property StatusBrush As Brush
Property Value
| Type | Description |
|---|---|
| Brush | A Brush object which specifies the brush used for drawing an appointment status. |
See Also