TcxVerticalGridReportLinkOptionsView.Borders Property
Specifies whether vertical grid control borders are visible.
Declaration
property Borders: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the Borders property to specify the visibility of the vertical grid control’s borders. Setting this property to True enables the vertical grid control’s borders.
The default value of the Borders property is True.
See Also