Method | Description | |
---|---|---|
Create ( string title ) : |
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.
|
public static Create ( string title ) : |
||
title | string | The title of a panel within |
return |
public TitleItem ( System.Web.UI.WebControls.Label l ) : System | ||
l | System.Web.UI.WebControls.Label | The |
return | System |