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

GridCommandButtonSettings.RenderMode Property

Specifies the command button’s render mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridCommandButtonRenderMode.Default)]
public GridCommandButtonRenderMode RenderMode { get; set; }

Property Value

Type Default Description
GridCommandButtonRenderMode Default

One of the GridCommandButtonRenderMode enumeration values.

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:

Show 21 property paths
Library Object Type Path to RenderMode
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsCommandButton .RenderMode
ASPxCardView
ASPxCardViewCommandButtonSettings
ASPxGridView
.SettingsCommandButton .RenderMode
ASPxGridView
.UpdateSummariesButton .RenderMode
ASPxGridViewCommandButtonSettings
.UpdateSummariesButton .RenderMode
ASPxVerticalGrid
.SettingsCommandButton .RenderMode
ASPxVerticalGrid
.SearchPanelApplyButton .RenderMode
ASPxVerticalGridCommandButtonSettings
.SearchPanelApplyButton .RenderMode
GridViewProperties
.SettingsCommandButton .RenderMode
GridViewProperties
.UpdateSummariesButton .RenderMode
CardViewSettings
.SettingsCommandButton .RenderMode
CardViewSettings
CardViewSettings<CardType>
.SettingsCommandButton .RenderMode
CardViewSettings<CardType>
GridViewSettings
.SettingsCommandButton .RenderMode
GridViewSettings
.UpdateSummariesButton .RenderMode
GridViewSettings<RowType>
.SettingsCommandButton .RenderMode
GridViewSettings<RowType>
.UpdateSummariesButton .RenderMode
MVCxCardView
.SettingsCommandButton .RenderMode
MVCxCardView
MVCxGridView
.SettingsCommandButton .RenderMode
MVCxGridView
.UpdateSummariesButton .RenderMode
MVCxGridViewProperties
.SettingsCommandButton .RenderMode
MVCxGridViewProperties
.UpdateSummariesButton .RenderMode
MVCxVerticalGrid
.SettingsCommandButton .RenderMode
MVCxVerticalGrid
.SearchPanelApplyButton .RenderMode
VerticalGridSettings
.SettingsCommandButton .RenderMode
VerticalGridSettings
.SearchPanelApplyButton .RenderMode
VerticalGridSettings<ColumnType>
.SettingsCommandButton .RenderMode
VerticalGridSettings<ColumnType>
.SearchPanelApplyButton .RenderMode
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsCommandButton .RenderMode
BootstrapCardView
BootstrapCardViewCommandButtonsSettings
BootstrapCardViewCommandButtonsSettings
.UpdateSummariesButton .RenderMode
BootstrapGridView
.SettingsCommandButton .RenderMode
BootstrapGridView
.UpdateSummariesButton .RenderMode
BootstrapGridViewCommandButtonsSettings
.UpdateSummariesButton .RenderMode
BootstrapGridViewCommandButtonsSettings
.SearchPanelClearButton .RenderMode
See Also