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