dbicExplorerBar Send comments on this topic.
BackColorTo Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerItem Class : BackColorTo Property

Gets or sets the secondary background color of the explorer item.

Syntax

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

Property Value

Color

Remarks

If set to a value of null, the control will use the ItemBackColorTo property instead.

Requirements

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

See Also