Skip to main content

TreeListNode.SelectImageList Property

Gets the source of select 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 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