The DevExpress ASP.NET MVC Button provides the RenderMode property, which specifies its appearance: Button, Danger, Outline, Secondary and Link. Additionally, the Button extension can be rendered as a native input element if the Styles.Native property is set to true.
The Button content can consist of text and an image. The button text can be specified by the Text property. A button image is determined by the Images.Image property, and is displayed next to the text at the position specified by the ImagePosition property.
You can modify every button element's appearance using the style properties provided by the extension, or by specifying the custom CSS class that is applied to the extension.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxDataEditorsDemos |