Skip to main content

TreeListCommandColumnButton.Image Property

Gets the settings of an image displayed within the button.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ImageProperties Image { get; }

#Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

#Remarks

If the TreeListCommandColumn.ButtonType property is set to Image, the column’s command buttons are rendered as images. To display custom images within command buttons, use the Image property.

See Also