Skip to content

VerticalGridStyle Property

Description

Style used to draw vertical grid lines.

Property Type

Read-write property.

Syntax (Visual Basic)

Public Property VerticalGridStyle() As [XTPGridGridStyle](XtremeGridControl~Enumerations~XTPGridGridStyle_EN.md)

Remarks

You can choose from several predefined line styles.

Example

Changing the vertical grid line style (Visual Basic)

This sample illustrates how to change the vertical grid line style:

' Vertical grid lines will be drawn as small dots
wndGridControl.PaintManager.VerticalGridStyle = xtpGridSmallDots

See Also


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