Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomAdorner.OnCustomDraw Event

In This Article

Allows you to custom paint the UI adorner.

#Declaration

Delphi
property OnCustomDraw: TdxAdornerCustomDrawEvent read; write;

#Remarks

This event occurs prior to executing the default badge or guide adorner painting routines, allowing you to override them with a custom implementation.

Refer to the TdxAdornerCustomDrawEvent procedural type description for detailed information on all parameters accessible from an OnCustomDraw event handler.

See Also