Skip to main content

CustomDrawEventArgs.ObjectArgs Property

Gets an object containing information about the painted element.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

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