BorderStyle Property

Determines the border style of the grid control.


Syntax

object.BorderStyle [= style]

The syntax of the BorderStyle property has these parts:

PartDescription
objectA DGrid control.
style   A dgBorderConstants value. dgNoBorder = 0; dgBorder = 1.

Data Type

dgBorderConstants