Метод | Описание | |
---|---|---|
Initialize ( bool sortingEnabled, |
Performs basic instance initialization for a data control field.
|
|
LinkButtonField ( ) : System |
Initializes a new instance of the LinkButtonField class.
|
|
OnClick ( |
Raises the E:Click event.
|
Метод | Описание | |
---|---|---|
linkButtonFieldTemplate_LinkButtonClick ( object sender, |
Handles the LinkButtonClick event of the linkButtonFieldTemplate 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 |
|
Результат | bool |
public OnClick ( |
||
e | The |
|
Результат | void |
protected linkButtonFieldTemplate_LinkButtonClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |