Skip to main content

TcxGridTableOptionsView.NewItemRowSeparatorColor Property

Specifies the color of a line separating the new item row record from the other grid View records.

Declaration

property NewItemRowSeparatorColor: TColor read; write;

Property Value

Type
TColor

Remarks

This property is obsolete and used for compatibility purposes. Use the NewItemRow.SeparatorColor property instead.

The default value of the NewItemRowSeparatorColor property is clDefault.

See Also