IItemContainerGenerator.

Dematerialize(int, int) Method

Summary

Removes a set of created containers.

Syntax

IEnumerable<ItemContainerInfo> Dematerialize(int startingIndex, int count)

Parameters

Name Type Description
startingIndex int The index of the first item in the control's items.
count int The the number of items to remove.

Return Value

Type Description
IEnumerable<ItemContainerInfo> The removed containers.