aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-b3170491.md
A DropDownButton control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class DropDownButtonBuilder :
WidgetBuilder
The following members return DropDownButtonBuilder objects:
Show 97 links
Call the DropDownButton helper method to create a new DropDownButton control. The method creates a DropDownButtonBuilder class instance whose members allow you to specify control options.
@(Html.DevExtreme().DropDownButton() // create a DropDownButton
// call methods to specify control options
)
Object OptionsOwnerBuilder WidgetBuilder DropDownButtonBuilder
See Also