C# 클래스 Adf.Web.UI.SmartView.BaseButton

상속: System.Web.UI.WebControls.ButtonField
파일 보기 프로젝트 열기: NLADP/ADF

보호된 프로퍼티들

프로퍼티 타입 설명
tooltip string

공개 메소드들

메소드 설명
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

보호된 메소드들

메소드 설명
ItemDataBinding ( object sender, EventArgs e ) : void

Provides the data binding to TableCell.

비공개 메소드들

메소드 설명
RemoveEventHandlers ( Control control, string eventName ) : void

메소드 상세

InitializeCell() 공개 메소드

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
리턴 void

ItemDataBinding() 보호된 메소드

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

프로퍼티 상세

tooltip 보호되어 있는 프로퍼티

protected string tooltip
리턴 string