Method ChildrenOfType
ChildrenOfType<T>()
Gets the subset of Children collection with child controls of specific type.
public virtual IEnumerable<T> ChildrenOfType<T>() where T : Control
Returns
- IEnumerable<T>
Type Parameters
T
Gets the subset of Children collection with child controls of specific type.
public virtual IEnumerable<T> ChildrenOfType<T>() where T : Control
T