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

TreeListImages Class

Contains the settings that define images displayed within the ASPxTreeList’s elements.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListImages :
    ImagesBase

The following members return TreeListImages objects:

Remarks

The TreeListImages object provides a number of properties that allow you to assign images to various elements within the ASPxTreeList. These properties can be accessed via the ASPxTreeList.Images property.

Inheritance

See Also