Skip to main content

TcxGridSpecialRowOptions.SeparatorWidth Property

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

Declaration

property SeparatorWidth: Integer read; write; default cxGridCustomRowSeparatorDefaultWidth;

Property Value

Type Default
Integer cxGridCustomRowSeparatorDefaultWidth

Remarks

The separator visually divides the utility row (either the filter row or new item row) from data rows in a Table View.

Use the SeparatorWidth property to specify the separator’s width.

The default value of the SeparatorWidth property is specified by the cxGridCustomRowSeparatorDefaultWidth constant.

See Also