Skip to content

CaptionBackColor Property

Description

The background color of the column headers.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property CaptionBackColor() As ULong

Remarks

This color is also used as the back color of the text and column headers displayed in the Group By box and column headers in the FieldChooser. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

Example

CaptionBackColor Sample (Visual Basic)

This sample illustrates how to change the BackColor of column headers.

' This will change the BackColor of column headers to yellow
wndGridControl.PaintManager.CaptionBackColor = vbYellow

See Also

GridPaintManager Object


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.