aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d5fa9881.md
Represents an edit control with embedded buttons.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DXClientDocumentationProviderWeb("BootstrapButtonEdit")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapButtonEdit :
ASPxButtonEdit,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapButtonEdit")>
Public Class BootstrapButtonEdit
Inherits ASPxButtonEdit
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Note
The BootstrapButtonEdit 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.
This example demonstrates the Button Edit control with default settings.
BootstrapButtonEdit class.The image below shows the result:
<dx:BootstrapButtonEdit runat="server" Text="Sample Text">
<ClientSideEvents ButtonClick="function(s,e) { dxbsDemo.showToast('The button has been clicked.'); }" />
<Buttons>
<dx:BootstrapEditButton />
</Buttons>
</dx:BootstrapButtonEdit>
Show 15 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxButtonEdit BootstrapButtonEdit
See Also