Skip to main content

AppointmentStatus.SetBrush(Brush) Method

Gets the brush used to visualize the appointment status.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void SetBrush(
    Brush brush
)

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