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

Represents two column compound panel.
Наследование: CompoundPanel
Показать файл Открыть проект

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

Свойство Тип Описание
linecount int
split int

Защищенные методы

Метод Описание
FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void

Finalizes the rendering process.

InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void

Computes at which point the rows should be added to the right panel.

RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void

Renders a row containing control cells to a table.

The rows are initially added to the left column and when it's full, they are added to the right column

RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void

Renders a row containing label and control cells to a table.

The rows are initially added to the left column and when it's full, they are added to the right column

Описание методов

FinaliseRendering() защищенный Метод

Finalizes the rendering process.
protected FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable The table.
Результат void

InitRendering() защищенный Метод

Computes at which point the rows should be added to the right panel.
protected InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable The table.
Результат void

RenderRow() защищенный Метод

Renders a row containing control cells to a table.
The rows are initially added to the left column and when it's full, they are added to the right column
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
controls System.Web.UI.Control The collection of controls.
Результат void

RenderRow() защищенный Метод

Renders a row containing label and control cells to a table.
The rows are initially added to the left column and when it's full, they are added to the right column
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
label System.Web.UI.Control The label.
controls System.Web.UI.Control The collection of controls.
Результат void

Описание свойств

linecount защищенное свойство

A counter for the current line number.
protected int linecount
Результат int

split защищенное свойство

The line number from which point the right panel is used.
protected int split
Результат int