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

GridCommandButtonSettings.Image Property

Gets the settings of an image displayed in the command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties Image { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Image
ASP.NET Bootstrap Controls BootstrapCardViewCommandButtonsSettings
BootstrapGridViewCommandButtonsSettings
ASP.NET Web Forms Controls ASPxCardViewCommandButtonSettings
ASPxGridViewCommandButtonSettings
ASPxVerticalGridCommandButtonSettings
See Also