C# Class Adf.Web.UI.BlankItem

Represents methods to create a space or blank. Used as a control in the panel.
Inheritance: BasePanelItem
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls

Initializes a new instance of the Adf.Web.UI.BlankItem class with the specified blank label.

Create ( ) : BlankItem

Add a blank or space into the item control of Adf.Web.UI.BasePanelItem.

Method Details

BlankItem() public method

Initializes a new instance of the Adf.Web.UI.BlankItem class with the specified blank label.
public BlankItem ( System.Web.UI.WebControls.Label l ) : System.Web.UI.WebControls
l System.Web.UI.WebControls.Label The that defines the blank text.
return System.Web.UI.WebControls

Create() public static method

Add a blank or space into the item control of Adf.Web.UI.BasePanelItem.
public static Create ( ) : BlankItem
return BlankItem