HorizontalGridStyle Property
Description
Style used to draw horizontal grid lines.
Property Type
Read-write property.
Syntax (Visual Basic)
Public Property HorizontalGridStyle() As [XTPGridGridStyle](XtremeGridControl~Enumerations~XTPGridGridStyle_EN.md)
Remarks
You can choose from several predefined line styles.
Example
Changing the horizontal grid line style (Visual Basic)
This sample illustrates how to change the vertical grid line style:
' Horizontal grid lines will be drawn as dashes
wndGridControl.PaintManager.HorizontalGridStyle = xtpGridDashes
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.