Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsView.RowSeparatorWidth Property

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

#Declaration

Delphi
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