XtraUserControl.PaintEx Event
In This Article
A DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the control is redrawn.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Event Data
The PaintEx event's data class is DevExpress.Utils.XtraPaintEventArgs.
See Also