Méthode | Description | |
---|---|---|
DateField ( ) : System |
Initializes a new instance of the DateField class.
|
|
Initialize ( bool enableSorting, |
Initializes the T:System.Web.UI.WebControls.BoundField object.
|
Méthode | Description | |
---|---|---|
FormatDataValue ( object dataValue, bool encode ) : string |
Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
|
protected FormatDataValue ( object dataValue, bool encode ) : string | ||
dataValue | object | The field value to format. |
encode | bool | true to encode the value; otherwise, false. |
Résultat | string |
public Initialize ( bool enableSorting, |
||
enableSorting | bool | true if sorting is supported; otherwise, false. |
control | The data control that owns the |
|
Résultat | bool |