TcxGridLayoutView.CreateItem Method
In This Article
Creates a data item and adds it to the View.
#Declaration
Delphi
function CreateItem: TcxGridLayoutViewItem;
#Returns
Type |
---|
Tcx |
#Remarks
A newly created item is placed at the end of the items list (see the Items property).
See Also