Back to Devexpress

BootstrapButtonEdit Class

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

latest3.9 KB
Original Source

BootstrapButtonEdit Class

Represents an edit control with embedded buttons.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Remarks

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.

Example

This example demonstrates the Button Edit control with default settings.

The image below shows the result:

aspx
<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>

Inheritance

Show 15 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxButtonEdit BootstrapButtonEdit

See Also

BootstrapButtonEdit Members

DevExpress.Web.Bootstrap Namespace