GetSelectImageEventArgs(TreeListNode, Int32, Boolean) Constructor
Initializes a new GetSelectImageEventArgs class instance.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | TreeListNode | A Tree List node. |
| nodeImageIndex | Int32 | The image index. |
| focusedNode | Boolean | Indicates whether a node is focused. |
Remarks
The zero-based image index determines the image wihtin the TreeList.SelectImageList collection to represent a node.
See Also