Skip to content

GridLineColor Property

Description

The color used to draw grid lines.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property GridLineColor() As ULong

Remarks

This is the color used to draw the grid lines in the GridControl. You can assign an RGB value, a Hex value, or a Visual Basic constant to this property.

Example

GridLineColor Sample (Visual Basic)

This sample illustrates how to change the color of the grid lines.

' Grid lines will be drawn in blue  
wndGridControl.PaintManager.GridLineColor = vbBlue

See Also


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