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

Gets or sets the primary background color of the task.

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 color used to paint the background of the task when you are displaying by Task in a control.

Requirements

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

See Also