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

TreeListNode.StateImageList Property

Gets the source of state images for nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Description
Object

The source of state images.

Remarks

For more information, see the TreeList.StateImageList property which is equivalent to the TreeListNode.StateImageList property.

See Also