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

Determines if the internal routines of the control should draw the column header. When the PaintHeader property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the column header.

Syntax

Visual Basic (Declaration) 
Public Property PaintHeader As Boolean
C# 
public bool PaintHeader {get; set;}

Property Value

Boolean

Requirements

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

See Also