Skip to main content

DropDownBoxBuilder Class

A DropDownBox control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DropDownBoxBuilder :
    WidgetBuilder

The following members return DropDownBoxBuilder objects:

Show 138 links

Remarks

Call the DropDownBox helper method to create a new DropDownBox control. The method creates a DropDownBoxBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().DropDownBox() // create a DropDownBox
    // call methods to specify control options
)

Inheritance

See Also