dbicList Send comments on this topic.
HeaderBackColorTo Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : HeaderBackColorTo Property

Determines the secondary background color for the dbiNodeItem when it is marked as a Header item.

Syntax

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

Property Value

Color.

Remarks

This property is only used when the HeaderFillType is equal to something other than Solid.

Requirements

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

See Also