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

TcxCustomGridTableViewData.HasNewItemRecord Method

Specifies whether the View has the “new item record”.

#Declaration

Delphi
function HasNewItemRecord: Boolean; virtual;

#Returns

Type
Boolean

#Remarks

The HasNewItemRecord function returns True if the View contains the “new item record” (“new item row” in a grid View) enabling a user to enter new data. The new item record is implemented only in a grid View and can be displayed via the OptionsView.NewItemRow property. The record corresponding to the “new item row” is retrieved by the NewItemRecord property.

See Also