RadControls for WinForms

Overload List

  NameDescription
Public methodFindDescendant<(Of <<'(T>)>>)()()()()
Searches down the subtree of elements, using breadth-first approach, and returns the first descendant of type T.
Public methodFindDescendant(Type)
Searches down the subtree of elements, using breadth-first approach, and returns the first descendant of the specified Type.
Public methodFindDescendant(Predicate<(Of <<'(RadElement>)>>))
Searches down the subtree of elements, using breadth-first approach, and returns the first descendant of type T.

See Also