Skip to main content

TcxGridTableOptionsView.NewItemRowSeparatorWidth Property

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

Declaration

property NewItemRowSeparatorWidth: Integer read; write;

Property Value

Type
Integer

Remarks

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

The default value of the NewItemRowSeparatorWidth property is specified by the cxGridCustomRowSeparatorDefaultWidth constant.

See Also