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

TcxGridSpecialRowOptions.SeparatorWidth Property

Specifies the width of the utility row separator, in pixels.

#Declaration

Delphi
property SeparatorWidth: Integer read; write; default cxGridCustomRowSeparatorDefaultWidth;

#Property Value

Type Default Description
Integer cxGridCustomRowSeparatorDefaultWidth

The utility row separator width, in pixels.

#Remarks

The utility separator delimits the filter or new item row from data rows in a Table View.

VCL Data Grid: A New Item Row

Use the SeparatorWidth property to change the utility row separator width.

#Default Value

The SeparatorWidth property’s default value is cxGridCustomRowSeparatorDefaultWidth.

See Also