windowsforms-devexpress-dot-xtratreelist-dot-customdrawnodeimageseventargs.md
Gets or sets the index of the image displayed within the painted node when it is focused.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public int SelectImageIndex { get; set; }
Public Property SelectImageIndex As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value representing the zero-based index of the image displayed within the node when it is focused.
|
Initially, the SelectImageIndex property contains the zero-based index of the image specified by the node’s TreeListNode.SelectImageIndex property. This property can be used in the following ways:
Assigning values to this property has no effect in the following cases:
See Also
CustomDrawNodeImagesEventArgs Class