TreeListNode.SelectImageList Property
Gets the source of select images for nodes.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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