Back to Devexpress

TcxGridNewItemRow Class

vcl-cxgridtableview-316fedb9.md

latest1.6 KB
Original Source

TcxGridNewItemRow Class

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

TcxCustomGridRecord

TcxGridNewItemRowOptions

TcxGridCustomLayoutViewViewData.Records

TcxGridTableOptionsView.NewItemRow

TcxGridViewData.NewItemRow

TcxGridNewItemRow Members

cxGridTableView Unit