BootstrapListBox Class
Represents a control to display a list of items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DXClientDocumentationProviderWeb("BootstrapListBox")]
[ToolboxTabName("DX.24.1: Bootstrap Controls")]
public class BootstrapListBox :
ASPxListBox,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner,
IBootstrapListBoxTemplatesContainerOwner
Remarks
Note
The BootstrapListBox control provides you with comprehensive client-side functionality implemented using JavaScript code:
- The control’s client-side equivalent is represented by the BootstrapClientListBox object.
- On the client side, the client object can be accessed directly by the name specified via the ASPxEditBase.ClientInstanceName property.
- The available client events can be accessed by using the ASPxListBox.ClientSideEvents property.
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
See Also