Back to Devexpress

ButtonRenderMode Enum

aspnet-devexpress-dot-web-b7b15dab.md

latest1.9 KB
Original Source

ButtonRenderMode Enum

Specifies whether a button control is rendered using the div (with the input inside) or a HTML element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ButtonRenderMode
vb
Public Enum ButtonRenderMode

Members

NameDescription
Button

The button is rendered as an input HTML element.

| | Link |

The button is rendered as a hyperlink HTML element.

| | Secondary |

Identifies a button of secondary importance.

| | Outline |

Represents the button with a colored border and without a background color.

| | Danger |

The button indicates a dangerous or potentially negative action.

|

The following properties accept/return ButtonRenderMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxButton.RenderMode
ASP.NET MVC ExtensionsButtonSettings.RenderMode

Remarks

Values listed by this enumerator are used to set the ASPxButton.RenderMode property’s value.

See Also

DevExpress.Web Namespace