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

BootstrapGridViewSearchPanelCommandButtonSettings.ButtonType Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public GridCommandButtonRenderMode ButtonType { get; set; }

Property Value

Type
GridCommandButtonRenderMode

Available values:

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.

Outline

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

Secondary

A button of secondary importance.

Property Paths

You can access this nested property as listed below:

Object Type Path to ButtonType
BootstrapGridViewCommandButtonsSettings
See Also