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

GridViewAdaptiveCommandButtonSettings.ButtonType Property

OBSOLETE

Use the RenderMode property instead.

Specifies the button type that is used to render the current command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the RenderMode property instead.")]
[DefaultValue(GridCommandButtonRenderMode.Image)]
public GridCommandButtonRenderMode ButtonType { get; set; }

Property Value

Type Default Description
GridCommandButtonRenderMode **Image**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ButtonType
ASPxGridViewCommandButtonSettings

Remarks

Use the ButtonType property to specify which button type is used to render the current command button.

See Also