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

ASPxGridViewCustomButtonInitializer.RenderMode Property

Specifies the processed custom command button’s render mode.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public GridCommandButtonRenderMode RenderMode { get; set; }

Property Value

Type Description
GridCommandButtonRenderMode

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

See Also