Skip to main content

TcxGridTableOptionsView.NewItemRowSeparatorColor Property

Deprecated. Specifies the color of the new item row separator.

Declaration

property NewItemRowSeparatorColor: TColor read; write;

Property Value

Type Description
TColor

The new item row separator color.

Remarks

Warning

The NewItemRowSeparatorColor property is deprecated and exists only to maintain backward compatibility. Use the TcxGridSpecialRowOptions.SeparatorColor property instead.

Default Value

The NewItemRowSeparatorColor property’s default value is clDefault.

See Also