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