IItemContainerGenerator.

Materialize(int, object) Method

Summary

Creates a container control for an item.

Syntax

ItemContainerInfo Materialize(int index, object item)

Parameters

Name Type Description
index int The index of the item of data in the control's items.
item object The item.

Return Value

Type Description
ItemContainerInfo The created controls.