Skip to main content
Tab

GridCommandButtonRenderMode Enum

Specifies the render mode of command buttons in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridCommandButtonRenderMode

Members

Name Description
Default

The command item render mode depends on the command column’s and grid settings. If these settings are set to Default, the command button is rendered as a link.

The command item is rendered as a link.

ButtonType_Link

Image

The command item is rendered as an image.

ButtonType_Image

Button

The command item is rendered as a button.

ButtonType_Button

Danger

The button indicates a dangerous or potentially negative action.

CommandButton - Danger

Outline

A button with a colored border and without a background color.

CommandButton - Outline

Secondary

A button of secondary importance.

CommandButton - Secondary

Remarks

Values listed by this enumerator are used to set the following property values.

See Also