Метод | Описание | |
---|---|---|
Bind ( object control, IEnumerable values ) : void |
Binds the specified System.Web.UI.WebControls.CheckBox with the specified list. Currently not being supported.
|
|
Bind ( object control, object values ) : void |
Binds the specified System.Web.UI.WebControls.CheckBox with the specified array of objects. Currently not being supported.
|
|
Bind ( object control, object value, |
Binds the 'Checked' property of the specified System.Web.UI.WebControls.CheckBox with the specified value.
|
public Bind ( object control, IEnumerable values ) : void | ||
control | object | The |
values | IEnumerable | The list to bind. |
Результат | void |
public Bind ( object control, object values ) : void | ||
control | object | The |
values | object | The array of objects to bind. |
Результат | void |
public Bind ( object control, object value, |
||
control | object | The |
value | object | The value to bind. |
pi | The Property of the |
|
Результат | void |