Skip to main content

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