TcxGridDBLayoutView.CreateItem Method
Creates a data item and adds it to the View.
Declaration
function CreateItem: TcxGridDBLayoutViewItem;
Returns
Type |
---|
TcxGridDBLayoutViewItem |
Remarks
A newly created item is placed at the end of the items list (see the Items property).
To link the item to the corresponding dataset field, use the item’s DataBinding.FieldName property.
See Also