Skip to main content

AppointmentStatus.Brush Property

Gets the brush used to fill the appointment status.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[Browsable(false)]
public Brush Brush { get; }

#Property Value

Type Description
Brush

A Brush object which is the brush used for drawing an appointment status.

#Implements

DevExpress.Xpf.Scheduler.Native.IPlatformUserInterfaceObject.Brush
See Also