ComponentOne True DBGrid Pro 8
RowDividerStyle Property (TDBDropDown)

This property determines the style of the border drawn between grid rows.

Syntax

object.RowDividerStyle= value

Values

Design Time

Run Time

0 - No dividers

dbgNoDividers

1 - Black line

dbgBlackLine

2 - Dark gray line (default)

dbgDarkGrayLine

3 - Raised

dbgRaised

4 - Inset

dbgInset

5 - ForeColor

dbgUseForeColor

6 - Light gray line

dbgLightGrayLine

7 - Custom Color

dbgCustomColor

Remarks

Read/Write at run time and design time.

The RowDividerStyle property does not control whether rows can be resized by dragging their border. Use the AllowRowSizing property to control this behavior.

See Also

TDBGrid Control

TDBDropDown Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback