Method | Description | |
---|---|---|
DropDownItemBuilder ( DropDownItem item ) : System.Web.Mvc |
Initializes a new instance of the DropDownItemBuilder class.
|
|
Selected ( bool value ) : |
Define when the item will be expanded on intial render.
|
|
Text ( string value ) : |
Sets the value for the item.
|
|
Value ( string value ) : |
Sets the value for the item.
|
public DropDownItemBuilder ( DropDownItem item ) : System.Web.Mvc | ||
item | DropDownItem | The item. |
return | System.Web.Mvc |
public Selected ( bool value ) : |
||
value | bool | If true the item will be selected. |
return |
public Text ( string value ) : |
||
value | string | The value. |
return |
public Value ( string value ) : |
||
value | string | The value. |
return |