Skip to main content

BootstrapDropDownButton Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.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