Resource.Color Property
In This Article
OBSOLETE
Use the Get
Gets or sets the color associated with the resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
[Obsolete("Use the GetColor and SetColor extension methods instead.")]
Color Color { get; set; }
#Property Value
Type | Description |
---|---|
Color | A Color value. |
#Remarks
In the Scheduler for WinForms, use the ResourceExtension.GetColor and ResourceExtension.SetColor extension methods instead. They are accessible with the Resource.GetColor and Resource.SetColor notation.
Note
Resource color is stored in the external data source in the data field specified by the Resource
See Also