Skip to main content
A newer version of this page is available. .

GetStateImageEventArgs(TreeListNode, Int32) Constructor

Initializes a new GetStateImageEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public GetStateImageEventArgs(
    TreeListNode node,
    int nodeImageIndex
)

Parameters

Name Type Description
node TreeListNode

A Tree List node.

nodeImageIndex Int32

The image index.

Remarks

The zero-based image index determines the image wihtin the TreeList.StateImageList collection to represent a node.

See Also