Back to Devexpress

CustomDrawNodeIndicatorEventArgs Class

windowsforms-devexpress-dot-xtratreelist-ce152145.md

latest2.8 KB
Original Source

CustomDrawNodeIndicatorEventArgs Class

Provides data for the TreeList.CustomDrawNodeIndicator event.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public class CustomDrawNodeIndicatorEventArgs :
    CustomDrawNodeEventArgs<IndicatorObjectInfoArgs>
vb
Public Class CustomDrawNodeIndicatorEventArgs
    Inherits CustomDrawNodeEventArgs(Of IndicatorObjectInfoArgs)

CustomDrawNodeIndicatorEventArgs is the data class for the following events:

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.

Inheritance

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

See Also

CustomDrawNodeIndicatorEventArgs Members

CustomDrawNodeIndicator

DevExpress.XtraTreeList Namespace