Back to Devexpress

CustomDrawEventArgs.ObjectArgs Property

windowsforms-devexpress-dot-xtratreelist-dot-customdraweventargs-ecd83c38.md

latest1.7 KB
Original Source

CustomDrawEventArgs.ObjectArgs Property

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual ObjectInfoArgs ObjectArgs { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property ObjectArgs As ObjectInfoArgs

Property Value

TypeDescription
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

Painter

Handled

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraTreeList Namespace