CustomDrawEventArgs.ObjectArgs Property
Gets an object containing information about the painted element.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.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.Utils.Drawing.ObjectInfoArgs | An ObjectInfoArgs object providing information about the painted element. |
Remarks
Use the DefaultDraw() method to draw a UI element with default settings.
See Also