IAppointmentLabel.ColorValue Property
OBSOLETE
Use the NamedColorValue property instead.
Gets or sets an ARGB value of the label color.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
[Obsolete("Use the NamedColorValue property instead.", false)]
int ColorValue { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer that is the ARGB color value. |
Remarks
Platform-specific label objects (the AppointmentLabel for ASP, AppointmentLabel for WinForms and AppointmentLabel for WPF) provides the Color properties with platform-specific color type values.
See Also