C# Класс Adf.Web.UI.GridPanel

Represent a panel that is responsible to display all the child controls in a tabular format.
Наследование: SmartPanel
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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