C# Class OKHOSTING.UI.Controls.Layout.IGridExtensions

Returns all controls inside the grid. Devuelve todos los controles que hay dentro del grid.

Afficher le fichier Open project: okhosting/OKHOSTING.UI

Méthodes publiques

Méthode Description
GetAllControlls ( this grid ) : System.Collections.Generic.IEnumerable

Gets all controlls. Obtenemos todos los controles que contiene el grid.

Method Details

GetAllControlls() public static méthode

Gets all controlls. Obtenemos todos los controles que contiene el grid.

public static GetAllControlls ( this grid ) : System.Collections.Generic.IEnumerable
grid this Grid.
Résultat System.Collections.Generic.IEnumerable