메소드 | 설명 | |
---|---|---|
ColorField ( ) : System |
Initializes a new instance of the ColorField class.
|
메소드 | 설명 | |
---|---|---|
FormatDataValue ( object dataValue, bool encode ) : string |
Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
|
|
InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void |
Initializes the specified T:System.Web.UI.WebControls.TableCell object to the specified row state.
|
|
cell_DataBinding ( object sender, |
Handles the DataBinding event of the cell control.
|
protected FormatDataValue ( object dataValue, bool encode ) : string | ||
dataValue | object | The field value to format. |
encode | bool | true to encode the value; otherwise, false. |
리턴 | string |
protected InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void | ||
cell | System.Web.UI.WebControls.DataControlFieldCell | The |
rowState | DataControlRowState | One of the |
리턴 | void |
protected cell_DataBinding ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |