windowsforms-devexpress-dot-xtratreelist-dot-customdrawnodeindicatoreventargs-234e0679.md
Gets an object containing information about the painted element.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public IndicatorObjectInfoArgs IndicatorArgs { get; }
Public ReadOnly Property IndicatorArgs As IndicatorObjectInfoArgs
| Type | Description |
|---|---|
| DevExpress.Utils.Drawing.IndicatorObjectInfoArgs |
A DevExpress.Utils.Drawing.IndicatorObjectInfoArgs object providing information about the painted element.
|
The IndicatorArgs property can be used to:
See Also
CustomDrawNodeIndicatorEventArgs Class