Initializes a C1HierarchicalPresenter by setting its parent and root elements in the hierarchy.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void InitializeItem(
	C1HierarchicalPresenter rootPresenter
)
Visual Basic
Public Sub InitializeItem ( _
	rootPresenter As C1HierarchicalPresenter _
)

Parameters

rootPresenter
Type: C1.Silverlight..::..C1HierarchicalPresenter
The C1HierarchicalPresenter whose this item belongs to.

Remarks

This method should be invoked only when we want to force the initialization of an item before it gets visible. Otherwise the item will be initialized automatically before becoming visible.

See Also