Skip to main content
A newer version of this page is available. .

AdornerUIManager.CustomDrawBadge Event

Allows you to paint any Badge manually.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("CustomDraw")]
public event BadgeCustomDrawEventHandler CustomDrawBadge

Event Data

The CustomDrawBadge event's data class is DevExpress.Utils.VisualEffects.BadgeCustomDrawEventArgs.

See Also