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

Inheritance: System.Web.UI.WebControls.ButtonField
Afficher le fichier Open project: NLADP/ADF

Protected Properties

Свойство Type Description
tooltip string

Méthodes publiques

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

Méthodes protégées

Méthode Description
ItemDataBinding ( object sender, EventArgs e ) : void

Provides the data binding to TableCell.

Private Methods

Méthode Description
RemoveEventHandlers ( Control control, string eventName ) : void

Method Details

InitializeCell() public méthode

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
Résultat void

ItemDataBinding() protected méthode

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

Property Details

tooltip protected_oe property

protected string tooltip
Résultat string