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

Gets or sets the secondary background color of the task.

Syntax

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

Remarks

This property value is of type Color, indicating the secondary 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