Table of Contents

Method ChildrenOfType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

Remarks

This method is useful, for example, when you need to get all Button or CheckBox child controls.