dbicDayView Send comments on this topic.
TitleBackColorTo Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : TitleBackColorTo Property

Gets or sets the secondary background color of the title section.

Syntax

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

Property Value

Color

Remarks

This property is only visible when the TitleFillType is not equal to Solid.  The primary background color is defined in the TitleBackColor property.

Requirements

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

See Also