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

Inheritance: SmartField, IDisposable
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
TooltipField ( ) : System

Protected Methods

Method Description
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void

Method Details

DisposeControls() protected method

protected DisposeControls ( ) : void
return void

InitializeControls() protected method

protected InitializeControls ( 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

protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

TooltipField() public method

public TooltipField ( ) : System
return System