Back to Devexpress

AppointmentStatus.Brush Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstatus-1acdd0b5.md

latest1.5 KB
Original Source

AppointmentStatus.Brush Property

Gets or sets the brush used to visualize the status.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty]
public Brush Brush { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property Brush As Brush

Property Value

TypeDescription
Brush

A Brush that is the brush specified for the status.

|

Remarks

The brush is used to draw a strip on appointment rectangle’s left side, indicating the status type.

See Also

Appointment Labels and Statuses

AppointmentStatus Class

AppointmentStatus Members

DevExpress.XtraScheduler Namespace