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

Determines the default background color of all Header Items in the list.

Syntax

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

Property Value

Color

Remarks

Replaces the older ItemHeaderColor property.

Requirements

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

See Also