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

ASPxTreeList.Images Property

Provides access to the settings that define images displayed within the ASPxTreeList’s elements.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListImages Images { get; }

Property Value

Type Description
TreeListImages

A TreeListImages object that contains image settings.

Remarks

The TreeListImages object provides a number of properties that allow you to assign images to various elements within the ASPxTreeList.

See Also