Back to Devexpress

BootstrapDropDownButton Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-f5b20566.md

latest2.7 KB
Original Source

BootstrapDropDownButton Class

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

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapDropDownButton :
    DropDownButton
vb
Public Class BootstrapDropDownButton
    Inherits DropDownButton

The following members return BootstrapDropDownButton objects:

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).

Inheritance

Object StateManager CollectionItem EditButton DropDownButton BootstrapDropDownButton

See Also

BootstrapDropDownButton Members

Dropdown Edit

DevExpress.Web.Bootstrap Namespace