BorderStyle Property
Determines the border style of the grid control.
Syntax
object.BorderStyle [= style]
The syntax of the BorderStyle property has these parts:
| Part | Description |
| object | A DGrid control. |
| style | A dgBorderConstants value. dgNoBorder = 0; dgBorder = 1. |
Data Type
dgBorderConstants