Skip to main content

TcxGridTableOptionsView.NewItemRowSeparatorWidth Property

Deprecated. Specifies the width (in pixels) of the new item row row separator.

Declaration

property NewItemRowSeparatorWidth: Integer read; write;

Property Value

Type Description
Integer

The new item row separator width, in pixels.

Remarks

Warning

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

Default Value

The NewItemRowSeparatorWidth property’s default value is cxGridCustomRowSeparatorDefaultWidth.

See Also