Your search did not match any results.

Button - Predefined Types

The JavaScript Button component supports several predefined color schemes. To apply a scheme, set the type property to one of the following values:

  • "normal"
  • "success"
  • "default"
  • "danger"
The source code for the NetCore version of this demo will be available soon.

To further customize the JavaScript Button, use the stylingMode property. This property affects the fill and borders, and accepts the following values:

  • "contained"
  • "outlined"
  • "text"

To get started with the DevExtreme JavaScript Button component, refer to the following tutorial for step-by-step instructions: Getting Started with JavaScript Button.