ColumnStyle Property
Description
Stores the style used to display GridColumn headers.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ColumnStyle() As [XTPGridColumnStyle](XtremeGridControl~Enumerations~XTPGridColumnStyle_EN.md)
Remarks
This does not affect column headers in the FieldChooser and Group By box.
Example
This sample illustrates how to change the style of the GridColumn headers.
' The column headers in the GridControl will use the "shaded" style
wndGridControl.PaintManager.ColumnStyle = xtpColumnShaded
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.