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

BootstrapDropDownButton Class

Represents the default edit button that invokes the editor’s dropdown window.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapDropDownButton :
    DropDownButton

Remarks

The BootstrapDropDownButton class contains settings of a button editor’s default edit button, a click on which invokes the editor’s dropdown window (which is the dropdown calendar for the Date Edit or dropdown list for the Combo Box).

See Also