Gets or sets the Brush that is used to paint column header backgrounds.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Brush ColumnHeaderBackground { get; set; }
Visual Basic
Public Property ColumnHeaderBackground As Brush
	Get
	Set

See Also