Plumtree Portal UI  
 

CompositeDisplayElement.GetParentContainer Method 

Get the parent container of this container. The parent container is the next CompositeDisplayElement above this element in the display tree, not the next element (which will often be a TagDisplayElement), but rather the composite element above that one.

public virtual CompositeDisplayElement GetParentContainer();

Return Value

CompositeDisplayElement The parent container.

See Also

CompositeDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace