ItemContainerInfo.

ItemContainerInfo(IControl, object, int) Constructor

Summary

Initializes a new instance of the ItemContainerInfo class.

Syntax

public ItemContainerInfo(IControl container, object item, int index)

Parameters

Name Type Description
container IControl The container control.
item object The item that the container represents.
index int The index of the item in the Items collection.

Return Value

Type Description
void