dbicDayView Send comments on this topic.
BackColor Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormat Class : BackColor Property

Gets or sets the background color of the day format.

Syntax

Visual Basic (Declaration) 
Public Property BackColor As Color
C# 
public Color BackColor {get; set;}

Remarks

This property value is of type Color, indicating the primary background color of the day format.  The secondary background color is defined in the BackColorTo property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also