TreeListCommandColumnButton.Image Property
In This Article
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 |
---|---|
Image |
An Image |
#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