Method | Description | |
---|---|---|
EditField ( ) : System |
Initializes a new instance of the EditField class.
|
|
Initialize ( bool sortingEnabled, |
Performs basic instance initialization for a data control field.
|
|
OnClick ( |
Raises the E:Click event.
|
|
editFieldTemplate_LinkButtonClick ( object sender, |
Handles the LinkButtonClick event of the editFieldTemplate control.
|
public Initialize ( bool sortingEnabled, |
||
sortingEnabled | bool | A value that indicates whether the control supports the sorting of columns of data. |
control | The data control that owns the |
|
return | bool |
public OnClick ( |
||
e | The |
|
return | void |
public editFieldTemplate_LinkButtonClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |