Skip to main content
A newer version of this page is available. .

TcxCustomGridTableViewData.NewItemRecord Property

References a new item record in the View.

Declaration

property NewItemRecord: TcxCustomGridRecord read;

Property Value

Type
TcxCustomGridRecord

Remarks

The NewItemRecord property identifies a record used to enter new data in the View. The NewItemRecord references a valid object if the HasNewItemRecord function returns True. A new item record (row) is implemented only in a grid View and can be displayed via the OptionsView.NewItemRow property.

See Also