Method | Description | |
---|---|---|
Initialize ( bool sortingEnabled, |
Performs basic instance initialization for a data control field.
|
|
OnClick ( |
Raises the E:Click event.
|
|
ToggleField ( ) : System |
Initializes a new instance of the ToggleField class.
|
|
toggleFieldTemplate_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the toggleFieldTemplate 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 toggleFieldTemplate_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |