C# Class Adf.Web.UI.SmartView.BaseButton

Inheritance: System.Web.UI.WebControls.ButtonField
Datei anzeigen Open project: NLADP/ADF

Protected Properties

Property Type Description
tooltip string

Public Methods

Method Description
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Protected Methods

Method Description
ItemDataBinding ( object sender, EventArgs e ) : void

Provides the data binding to TableCell.

Private Methods

Method Description
RemoveEventHandlers ( Control control, string eventName ) : void

Method Details

InitializeCell() public method

public InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
return void

ItemDataBinding() protected method

Provides the data binding to TableCell.
protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

tooltip protected_oe property

protected string tooltip
return string