Skip to main content

TreeListNode.StateImageList Property

Gets the source of state images for nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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