TcxGridTableOptionsView.NewItemRowSeparatorColor Property
In This Article
Deprecated. Specifies the color of the new item row separator.
#Declaration
Delphi
property NewItemRowSeparatorColor: TColor read; write;
#Property Value
Type | Description |
---|---|
TColor | The new item row separator color. |
#Remarks
Warning
The New
property is deprecated and exists only to maintain backward compatibility. Use the Tcx
#Default Value
The NewItemRowSeparatorColor
property’s default value is clDefault
.
See Also