Back to Devexpress

TreeListNode.StateImageList Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-fe0dedad.md

latest1.8 KB
Original Source

TreeListNode.StateImageList Property

Gets the source of state images for nodes.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual object StateImageList { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property StateImageList As Object

Property Value

TypeDescription
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

Node Image

StateImageList

RowImagesShowMode

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace