Back to Devexpress

GridCommandButtonRenderMode Enum

aspnet-devexpress-dot-web-c9ad88df.md

latest4.5 KB
Original Source

GridCommandButtonRenderMode Enum

Specifies the render mode of command buttons in the grid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridCommandButtonRenderMode
vb
Public Enum GridCommandButtonRenderMode

Members

NameDescription
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.

| | Link |

The command item is rendered as a link.

| | Image |

The command item is rendered as an image.

| | Button |

The command item is rendered as a 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.

|

The following properties accept/return GridCommandButtonRenderMode values:

Show 13 items

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapCardViewSearchPanelCommandButtonSettings.RenderMode
BootstrapGridViewSearchPanelCommandButtonSettings.RenderMode
ASP.NET Web Forms ControlsASPxCardViewCommandButtonSettings.RenderMode
ASPxGridCommandButtonEventArgs.RenderMode
ASPxGridCustomCommandButtonEventArgs.RenderMode
ASPxGridViewCommandButtonSettings.RenderMode
ASPxVerticalGridCommandButtonSettings.RenderMode
CardViewCommandLayoutItem.ButtonRenderMode
GridCommandButtonSettings.RenderMode
GridViewAdaptiveCommandButtonSettings.RenderMode
GridViewCommandColumn.ButtonRenderMode
GridViewCustomizationDialogCommandButtonSettings.RenderMode
VerticalGridCommandRow.ButtonRenderMode

Remarks

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

See Also

DevExpress.Web Namespace