TcxGridTableOptionsView.NewItemRowSeparatorWidth Property
In This Article
Deprecated. Specifies the width (in pixels) of the new item row row separator.
#Declaration
Delphi
property NewItemRowSeparatorWidth: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | The new item row separator width, in pixels. |
#Remarks
Warning
The New
property is deprecated and exists only to maintain backward compatibility. Use the Tcx
#Default Value
The NewItemRowSeparatorWidth
property’s default value is cxGridCustomRowSeparatorDefaultWidth.
See Also