Method GetTopSuperView
GetTopSuperView(View?, View?)
Walks up the SuperView chain and returns the topmost ancestor of
from (or of this View if from is null).
public View? GetTopSuperView(View? from = null, View? to = null)
Parameters
fromViewThe View whose ancestor chain to walk. If null, starts from this View's SuperView.
toViewIf specified, traversal stops when this View is reached. Defaults to TopRunnableView.
Returns
- See Also