Skip to main content

TcxGridTableOptionsView.RowSeparatorWidth Property

Specifies the width (in pixels) of the lines separating grid rows from each other.

Declaration

property RowSeparatorWidth: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use this property to expand or shrink all grid row separators. Additionally, you can use the RowSeparatorColor property to change the separators’ color.

The row separator width in the following image is set to 5:

The RowSeparatorWidth property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of the RowSeparatorWidth property is 0.

See Also