Skip to main content

UserInterfaceObject.Color Property

Gets or sets the color of the user interface object.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public virtual Color Color { get; set; }

#Property Value

Type Description
Color

A Color value which specifies the object's color.

#Remarks

The Color property specifies the background color of the image which is displayed within the user interface object.

#Implements

DevExpress.XtraScheduler.Native.IUserInterfaceObject.Color
See Also