TcxGridNewItemRow Class
In This Article
The data row for entering new data within a View.
#Declaration
Delphi
TcxGridNewItemRow = class(
TcxGridDataRow
)
#Remarks
The new item row is referenced by the View’s ViewData.NewItemRow object. Set the NewItemRow.Visible property to True
, to display the new item row.
The View’s ViewData.Rows property provides access to data rows within this View.
Refer to the TcxCustomGridRecord class topic for more information on rows in a View.
#Inheritance
TObject
TcxCustomGridRecord
TcxCustomGridRow
TcxGridDataRow
TcxGridNewItemRow
See Also