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

TreeListNode.SelectImageList Property

Gets or sets the source of select images for nodes.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Description
Object

An object which represents the source of select images.

Remarks

For details, see the TreeList.SelectImageList property which is equivalent to the SelectImageList property.

See Also