C# 클래스 OKHOSTING.UI.Net4.WebForms.Controls.Layout.Grid

A container for storing objects grid and has design properties. Un contenedor de cuadricula para almacenar objetos y tiene propiedades de diseño.

상속: System.Web.UI.WebControls.Table, IGrid
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

보호된 프로퍼티들

프로퍼티 타입 설명
_ColumnCount int

Private Properties

프로퍼티 타입 설명
IGrid IControl
IGrid double
IGrid int

공개 메소드들

메소드 설명
GetAllControls ( ) : List

Gets all controls of the current grid. Obtiene todos los controles del grid actual

보호된 메소드들

메소드 설명
IGrid ( int columnSpan, IControl content ) : void

Sets the column span. Establece el espacio que abarca la columna.

IGrid ( int column, double width ) : void

Sets the width of each column of the grid. Establece el ancho de cada columna del grid.

IGrid ( int row, int column, IControl content ) : void

Sets the content of the grid. Establece el contenido del grid

비공개 메소드들

메소드 설명
IGrid ( int row, int column ) : IControl

Gets the number of rows and columns of the grid Obtiene el numero de filas y columnas del grid

IGrid ( int column ) : double

Gets the width of the specified column. Obtiene el ancho de la columna especificada.

IGrid ( IControl content ) : int

Gets the column span. Obtiene el espacio que abarca la columna.

메소드 상세

GetAllControls() 공개 메소드

Gets all controls of the current grid. Obtiene todos los controles del grid actual

public GetAllControls ( ) : List
리턴 List

IGrid() 보호된 메소드

Sets the column span. Establece el espacio que abarca la columna.

protected IGrid ( int columnSpan, IControl content ) : void
columnSpan int Column span. /// Espacio que abarca la columna ///
content IControl Content. /// El contenido. ///
리턴 void

IGrid() 보호된 메소드

Sets the width of each column of the grid. Establece el ancho de cada columna del grid.

protected IGrid ( int column, double width ) : void
column int Column. /// La column. ///
width double Width. /// El ancho. ///
리턴 void

IGrid() 보호된 메소드

Sets the content of the grid. Establece el contenido del grid

protected IGrid ( int row, int column, IControl content ) : void
row int Row. /// Las filas. ///
column int Column. /// Las columnas ///
content IControl Content. /// El contenido del grid. ///
리턴 void

프로퍼티 상세

_ColumnCount 보호되어 있는 프로퍼티

protected int _ColumnCount
리턴 int