UserInterfaceObject.Color Property
In This Article
Gets or sets the color of the user interface object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#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