Back to Devexpress

BootstrapDropDownEdit Class

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

latest3.1 KB
Original Source

BootstrapDropDownEdit Class

An editor that provides the dropdown list functionality.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapDropDown")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapDropDownEdit :
    ASPxDropDownEdit,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapDropDown")>
Public Class BootstrapDropDownEdit
    Inherits ASPxDropDownEdit
    Implements ISimpleRenderControl,
               IBootstrapEditorCssClassesOwner

Remarks

Note

The BootstrapDropDownEdit control provides you with comprehensive client-side functionality implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.

Inheritance

Show 16 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxDropDownEditBase ASPxDropDownEdit BootstrapDropDownEdit

See Also

BootstrapDropDownEdit Members

DevExpress.Web.Bootstrap Namespace