Back to Devexpress

TreeListNode.SelectImageList Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-9e16532c.md

latest1.9 KB
Original Source

TreeListNode.SelectImageList Property

Gets the source of select 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 SelectImageList { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property SelectImageList As Object

Property Value

TypeDescription
Object

The source of select images.

|

Remarks

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

See Also

Node Image

SelectImageList

RowImagesShowMode

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace