Skip to main content

TcxGridSpecialRowOptions.SeparatorWidth Property

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

Declaration

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