C# Class Adf.Web.UI.GridPanel

Represent a panel that is responsible to display all the child controls in a tabular format.
Inheritance: SmartPanel
Show file Open project: NLADP/ADF

Protected Properties

Property Type Description
gridPanelItems List

Public Methods

Method Description
Add ( ) : void

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

Protected Methods

Method Description
CreateChildControls ( ) : void

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

Method Details

Add() public method

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

CreateChildControls() protected method

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

Property Details

gridPanelItems protected property

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
return List