Skip to main content
A newer version of this page is available. .

TcxGridSpecialRowOptions.SeparatorColor Property

Specifies the color of the utility row’s separator.

Declaration

property SeparatorColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

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

The default value of the SeparatorColor property is clDefault.

See Also