Back to Devexpress

BootstrapListBox Class

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

latest2.9 KB
Original Source

BootstrapListBox Class

Represents a control to display a list of items.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

Note

The BootstrapListBox 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 12 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxListBox BootstrapListBox

See Also

BootstrapListBox Members

DevExpress.Web.Bootstrap Namespace