CustomDrawEventArgs.ObjectArgs Property
In This Article
Gets an object containing information about the painted element.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual ObjectInfoArgs ObjectArgs { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An Object |
#Remarks
Use the DefaultDraw() method to draw a UI element with default settings.
See Also