BootstrapListBox Class
In This Article
Represents a control to display a list of items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapListBox")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapListBox :
ASPxListBox,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner,
IBootstrapListBoxTemplatesContainerOwner
#Remarks
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client object.List Box - On the client side, the client object can be accessed directly by the name specified via the ASPx
Edit property.Base. Client Instance Name - The available client events can be accessed by using the ASPx
List property.Box. Client Side Events
The control’s client-side API is enabled if the ASPx
#Inheritance
See Also