Skip to main content
A newer version of this page is available. .
Tab

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.v19.2.dll

Declaration

public enum ButtonRenderMode

Members

Name Description
Button

The button is rendered as an input HTML element.

ASPxButton_ButtonMode

The button is rendered as a hyperlink HTML element.

ASPxButton_LinkMode

Secondary

Identifies a button of secondary importance.

ASPxButton-Secondary

Outline

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

ASPxButton-Outline

Danger

The button indicates a dangerous or potentially negative action.

ASPxButton-Danger

Related API Members

The following properties accept/return ButtonRenderMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxButton.RenderMode
ButtonSettings.RenderMode
ASP.NET Bootstrap Controls BootstrapButton.RenderMode

Remarks

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

See Also