[]
        
(Showing Draft Content)

C1.WinUI.Core.C1HierarchicalPresenter.InitializeItem

InitializeItem Method

InitializeItem(C1HierarchicalPresenter)

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

Declaration
public void InitializeItem(C1HierarchicalPresenter rootPresenter)
Parameters
Type Name Description
C1HierarchicalPresenter rootPresenter

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.