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

TreeListNode.StateImageList Property

Gets or sets the source of state images for nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public virtual object StateImageList { get; }

Property Value

Type Description
Object

An object which represents the source of state images.

Remarks

For details, see the TreeList.StateImageList property which is equivalent to the StateImageList property.

See Also