Skip to main content
All docs
V23.2

ListBoxDrawItemEventArgs.PaintArgs Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public DXPaintEventArgs PaintArgs { get; }

Property Value

Type
DevExpress.Utils.Drawing.DXPaintEventArgs
See Also