BuildMaster SDK Reference
Version:

Find<TControl>(System.Web.UI.ControlCollection controls) Method

Returns all of the controls in a control tree that are of the specified type.

Syntax

public static IEnumerable<TControl> Find<TControl>(System.Web.UI.ControlCollection controls)

Parameters

controls
Type: System.Web.UI.ControlCollection

The control collection to search.

Returns

The controls of the specified type found in the control tree.