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

Gets or sets the secondary color used to paint the background of the list items.

Syntax

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

Property Value

Color

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

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

See Also