C# Class Utilities.WebControl.ControlExtensions

Extension methods on Control
Mostra file Open project: mrvshah/Utilities

Public Methods

Method Description
AllChildControls ( this controlCollection ) : IEnumerable

Return all the child controls of control collection

Method Details

AllChildControls() public static method

Return all the child controls of control collection
public static AllChildControls ( this controlCollection ) : IEnumerable
controlCollection this The control collection
return IEnumerable