Method | Description | |
---|---|---|
Bind ( object control, IEnumerable values ) : void |
Populates the specified System.Web.UI.WebControls.DropDownList with the specified list using the specified parameters.
|
|
Bind ( object control, object values ) : void |
Populates the specified System.Web.UI.WebControls.DropDownList with the specified array of objects using the specified parameters. Currently not being supported.
|
|
Bind ( object control, object value, |
Populates the specified System.Web.UI.WebControls.DropDownList with the specified collection of values. The supported types of items in the specified collection of values can be of type Adf.Business.DomainObject, Adf.Core.Descriptor, System.Enum, SmartReference etc. |
public Bind ( object control, IEnumerable values ) : void | ||
control | object | The |
values | IEnumerable | The list to bind. |
return | void |
public Bind ( object control, object values ) : void | ||
control | object | The |
values | object | The array of objects to bind. |
return | void |
public Bind ( object control, object value, |
||
control | object | The |
value | object | The collection of values to bind. |
pi | The property used to check whether an empty item will be included in the
/// |
|
return | void |