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

Determines the middle back color of the column header allowing for greater readability with certain fill types.

Syntax

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

Property Value

Color

Remarks

Set to Color.Empty to remove this altogether.

Requirements

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

See Also