C# Class Adf.Web.UI.GridPanel

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

Protected Properties

Свойство Type Description
gridPanelItems List

Méthodes publiques

Méthode Description
Add ( ) : void

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

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

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

Method Details

Add() public méthode

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

CreateChildControls() protected méthode

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

Property Details

gridPanelItems protected_oe 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
Résultat List