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.
Use the SeparatorWidth
property to change the utility row separator width.
Default Value
The SeparatorWidth
property’s default value is cxGridCustomRowSeparatorDefaultWidth.
See Also