[]
Initializes a C1HierarchicalPresenter by setting its parent and root elements in the hierarchy.
public void InitializeItem(C1HierarchicalPresenter rootPresenter)
Type | Name | Description |
---|---|---|
C1HierarchicalPresenter | rootPresenter | The C1HierarchicalPresenter whose this item belongs to. |
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.