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