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

IAppointmentLabel.NamedColorValue Property

Gets or sets the color of the appointment label by its name.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

string NamedColorValue { get; set; }

Property Value

Type Description
String

A string that is the name of the predefined color (listed in the KnownColor enumeration) or the ARGB value prefixed with 0x.

Remarks

If the color was created from a predefined color, the NamedColorValue property returns the predefined name; if the color was created from an ARGB value, the ARGB value prefixed with 0x is returned, even if there is a predefined color with the same value. For the Color.Empty value, the string “Empty” is returned.

See Also