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

GetSelectImageEventArgs Class

Provides data for the TreeList.GetSelectImage event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.1.dll

Declaration

public class GetSelectImageEventArgs :
    GetStateImageEventArgs

Remarks

The TreeList.GetSelectImage event fires for each node and allows you to assign select images to nodes. Data for this event is provided by a GetSelectImageEventArgs object. You can use properties of this object to identify the currently processed node, determine whether it is focused and specify the selected image for it.

Instances of the GetSelectImageEventArgs class are automatically created, adjusted and passed to handlers of the TreeList.GetSelectImage event.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetSelectImageEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also