Skip to main content

TcxGridTableOptionsView.NewItemRowInfoText Property

Deprecated. Specifies the new item row caption.

Declaration

property NewItemRowInfoText: string read; write;

Property Value

Type Description
string

The new item row caption.

Remarks

Warning

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

Default Value

The NewItemRowInfoText property’s default value is an empty string.

See Also