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

TreeListNode.SelectImageList Property

Gets the source of select images for nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Description
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