Skip to content

XTPGridBorderStyle Enumeration

See Also

GridControl BorderStyle Property

See Also


Description

Specifies the type of border that is placed around the GridControl.

Members

Member Description
xtpBorderNone No border.
xtpBorderFlat Flat style border.
xtpBorderStaticEdge Static edge style border.
xtpBorderClientEdge Client edge style border.
xtpBorderFrame Frame style border.
xtpBorderThemedFrame Themed frame border.

Remarks

This specifies the border style for the GridControl. This will not affect the individual column and row borders. You can change the border style in the Visual Basic IDE at design time, or you can change it via code.

Example

This sample code illustrates how to change the border style of the GridControl through code:

wndGridControl.BorderStyle = xtpBorderClientEdge

See Also

GridControl BorderStyle Property


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