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

Display the title of a panel. Used as a control in the panel.
Наследование: BasePanelItem
Показать файл Открыть проект

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

Метод Описание
Create ( string title ) : TitleItem

Create a System.Web.UI.WebControls.Label to display the title of a panel and add it into Adf.Web.UI.BasePanelItem.

TitleItem ( System.Web.UI.WebControls.Label l ) : System

Initializes a new instance of the Adf.Web.UI.TitleItem class with the specified item.

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

Create() публичный статический Метод

Create a System.Web.UI.WebControls.Label to display the title of a panel and add it into Adf.Web.UI.BasePanelItem.
public static Create ( string title ) : TitleItem
title string The title of a panel within .
Результат TitleItem

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

Initializes a new instance of the Adf.Web.UI.TitleItem class with the specified item.
public TitleItem ( System.Web.UI.WebControls.Label l ) : System
l System.Web.UI.WebControls.Label The that defines the control which will be added into .
Результат System