Back to Devexpress

CustomDrawEventArgs.ObjectArgs Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-d0ebb5c7.md

latest1.6 KB
Original Source

CustomDrawEventArgs.ObjectArgs Property

Gets an object containing information about the painted element.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace