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

TcxGridNewItemRow Class

The data row for entering new data within a View.

Declaration

TcxGridNewItemRow = class(
    TcxGridDataRow
)

Remarks

The new item row is referenced by the View’s ViewData.NewItemRow object. By default, a new item row is not visible. Set the NewItemRow.Visible property to True, to display it onscreen.

Using attributes of the TcxGridNewItemRow class, you can focus the new item row, return values within row cells etc.

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.

See Also