C# 클래스 Adf.Web.UI.GridPanel

Represent a panel that is responsible to display all the child controls in a tabular format.
상속: SmartPanel
파일 보기 프로젝트 열기: NLADP/ADF

보호된 프로퍼티들

프로퍼티 타입 설명
gridPanelItems List

공개 메소드들

메소드 설명
Add ( ) : void

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.

메소드 상세

Add() 공개 메소드

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
public Add ( ) : void
리턴 void

CreateChildControls() 보호된 메소드

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.
protected CreateChildControls ( ) : void
리턴 void

프로퍼티 상세

gridPanelItems 보호되어 있는 프로퍼티

Represent strongly typed list of Adf.Web.UI.IPanelItem that can be used to hold the name of child controls within Adf.Web.UI.SmartPanel.
protected List gridPanelItems
리턴 List