Method | Description | |
---|---|---|
Create ( string label, string name, int width, bool enabled = true, ListSelectionMode mode = ListSelectionMode.Single ) : |
Create a System.Web.UI.WebControls.DropDownList and add it into Adf.Web.UI.BasePanelItem.
|
|
ListBoxItem ( System.Web.UI.WebControls.Label label, |
Initializes a new instance of the Adf.Web.UI.DropDownListItem class with the specified label and drop-down list.
|
public static Create ( string label, string name, int width, bool enabled = true, ListSelectionMode mode = ListSelectionMode.Single ) : |
||
label | string | The display text of the drop-down list within |
name | string | Set the identification of |
width | int | Width of |
enabled | bool | A value indicating whether the |
mode | ListSelectionMode | |
return |
public ListBoxItem ( System.Web.UI.WebControls.Label label, |
||
label | System.Web.UI.WebControls.Label | The |
listBox | The |
|
return | System.Web.UI.WebControls |