Skip to main content
A newer version of this page is available. .

AppointmentStatusExtension.GetBrush(IAppointmentStatus) Method

Gets the brush used to visualize the appointment status.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public static Brush GetBrush(
    this IAppointmentStatus status
)

Parameters

Name Type Description
status IAppointmentStatus

A IAppointmentStatus object that is the appointment status.

Returns

Type Description
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