C# 클래스 OKHOSTING.UI.Controls.Layout.IGridExtensions

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

파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

공개 메소드들

메소드 설명
GetAllControlls ( this grid ) : System.Collections.Generic.IEnumerable

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

메소드 상세

GetAllControlls() 공개 정적인 메소드

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

public static GetAllControlls ( this grid ) : System.Collections.Generic.IEnumerable
grid this Grid.
리턴 System.Collections.Generic.IEnumerable