Back to Devexpress

TreeListImages Class

aspnet-devexpress-dot-web-dot-aspxtreelist-0265d856.md

latest2.1 KB
Original Source

TreeListImages Class

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListImages :
    ImagesBase
vb
Public Class TreeListImages
    Inherits ImagesBase

The following members return TreeListImages objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxTreeList.Images
ASP.NET MVC ExtensionsMVCxTreeList.Images
TreeListSettings.Images

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagesBase TreeListImages

See Also

TreeListImages Members

Images

Tree List

DevExpress.Web.ASPxTreeList Namespace