Back to Devexpress

AppointmentLabel.Color Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentlabel.md

latest1.5 KB
Original Source

AppointmentLabel.Color Property

Gets or sets the color associated with the appointment label.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
Color

A Color structure.

|

Remarks

The Color property returns a color object specific for WinForms, while the NamedColorValue property is platform-independent.

See Also

NamedColorValue

AppointmentLabel Class

AppointmentLabel Members

DevExpress.XtraScheduler Namespace