Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsView.NewItemRowInfoText Property

Deprecated. Specifies the new item row caption.

#Declaration

Delphi
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