TcxGridSpecialRowOptions.SeparatorWidth Property
In This Article
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 | cx |
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