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

CustomDrawNodeIndicatorEventArgs Class

Provides data for the TreeList.CustomDrawNodeIndicator event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.1.dll

Declaration

public class CustomDrawNodeIndicatorEventArgs :
    CustomDrawNodeEventArgs<IndicatorObjectInfoArgs>

Remarks

The TreeList.CustomDrawNodeIndicator event gives you the ability to paint indicator cells using custom draw. The basic information required to perform custom painting is provided by CustomDrawNodeIndicatorEventArgs class properties inherited from the CustomDrawEventArgs class. These properties allow you to obtain indicator cell specific information, such as the type of element for which an indicator cell is displayed (either a node or a row footer), the corresponding node, etc.

Objects of type CustomDrawNodeIndicatorEventArgs are automatically created, modified and transmitted to TreeList.CustomDrawNodeIndicator event handlers.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CustomDrawNodeIndicatorEventArgs 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

Object
EventArgs
CustomDrawEventArgs
DevExpress.XtraTreeList.CustomDrawObjectEventArgs<DevExpress.Utils.Drawing.IndicatorObjectInfoArgs>
DevExpress.XtraTreeList.CustomDrawNodeEventArgs<DevExpress.Utils.Drawing.IndicatorObjectInfoArgs>
CustomDrawNodeIndicatorEventArgs
See Also