Method RemoveAll
RemoveAll()
Removes all SubView (children) added via Add(View?) or Add(params View[]?) from this View.
public virtual void RemoveAll()
Remarks
Normally SubViews will be disposed when this View is disposed. Removing a SubView causes ownership of the SubView's lifecycle to be transferred to the caller; the caller must call Dispose() on any Views that were added.