Back to Devexpress

Button

aspnetbootstrap-117898-data-editors-button.md

latest1.3 KB
Original Source

Button

  • Aug 13, 2019
  • 2 minutes to read

The BootstrapButton control extends standard button functionality by providing an enhanced client API and allows to automatically trigger a validation mechanism for DevExpress web controls on both the client side and server side.

Features

Bootstrap Button provides the following features:

  • Radio Button Functionality

  • Built-in Validation

  • Full-Featured Client-Side API

Example

This example demonstrates the Button control with default settings.

aspx
<dx:BootstrapButton runat="server" Text="Button" AutoPostBack="false">
    <ClientSideEvents Click="function(s,e) { dxbsDemo.showToast('The button has been clicked.'); }" />
</dx:BootstrapButton>