Skip to main content

Resource.Color Property

Gets or sets the color associated with the resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public Color Color { get; set; }

#Property Value

Type Description
Color

A Color structure that specifies the resource's color.

#Remarks

Use the Color property to specify the color of the time cells associated with the current resource.

NOTE

The ResourceStorage.ColorSaving property value specifies the format in which the color is stored.

See Also