Skip to main content
A newer version of this page is available. .

WidgetFactory<TModel>.DropDownButton() Method

Creates a DropDownButton control.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public DropDownButtonBuilder DropDownButton()

Returns

Type Description
DropDownButtonBuilder

An instance of DropDownButtonBuilder.

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