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

Represent a panel that is responsible to display all the child controls in a tabular format.
Наследование: System.Web.UI.WebControls.WebControl, INamingContainer
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ButtonCssClass string
ControlCellStyle string
LabelCellStyle string
LabelStyle string
Optional bool
PanelStyle string
RowStyle string

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

Свойство Тип Описание
editable bool
panelItems List

Private Properties

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

Открытые методы

Метод Описание
Add ( IPanelItem panelItem ) : void

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

CreateButton ( string label, bool visible = true, bool enabled = true ) : LinkButton

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

Метод Описание
CreateChildControls ( ) : void

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

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Initializes the System.Web.UI.HtmlTextWriter object and calls on the child controls of the Adf.Web.UI.SmartPanel to render.

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

Add() публичный Метод

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
public Add ( IPanelItem panelItem ) : void
panelItem IPanelItem The to add to the end of the list. The value can be null for reference types.
Результат void

CreateButton() публичный Метод

public CreateButton ( string label, bool visible = true, bool enabled = true ) : LinkButton
label string
visible bool
enabled bool
Результат System.Web.UI.WebControls.LinkButton

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

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.
protected CreateChildControls ( ) : void
Результат void

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

Initializes the System.Web.UI.HtmlTextWriter object and calls on the child controls of the Adf.Web.UI.SmartPanel to render.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the content of .
Результат void

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

ButtonCssClass публичное свойство

public string ButtonCssClass
Результат string

ControlCellStyle публичное свойство

public string ControlCellStyle
Результат string

LabelCellStyle публичное свойство

public string LabelCellStyle
Результат string

LabelStyle публичное свойство

public string LabelStyle
Результат string

Optional публичное свойство

public bool Optional
Результат bool

PanelStyle публичное свойство

public string PanelStyle
Результат string

RowStyle публичное свойство

public string RowStyle
Результат string

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

protected bool editable
Результат bool

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

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 panelItems
Результат List