windowsforms-devexpress-dot-xtratreelist-dot-customdrawnodeimageseventargs-c64ce093.md
Gets or sets the index of the state image displayed within the node.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public int StateImageIndex { get; set; }
Public Property StateImageIndex As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value representing the node’s state image’s index.
|
Initially, the StateImageIndex property contains the zero-based index of the image specified by the node’s TreeListNode.StateImageIndex 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