WidgetFactory<TModel>.DropDownBox() Method
In This Article
Creates a DropDownBox control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public DropDownBoxBuilder DropDownBox()
#Returns
Type | Description |
---|---|
Drop |
An instance of Drop |
#Remarks
This method creates a DropDownBoxBuilder class instance whose members can be used to specify DropDownBox options.
@(Html.DevExtreme().DropDownBox() // create a DropDownBox
// call methods to specify control options
)
See Also