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

AdornerUIManager Events
Show Inherited Hide Inherited

The component that provides a transparent adorner layer for highlighting certain UI elements and/or displaying notifications for these elements.
Name Description
Click Fires when a user clicks any element owned by this Adorner Manager.
CustomDrawBadge Allows you to paint any Badge manually.
CustomDrawGuide Allows you to paint Guide objects manually.
CustomDrawValidationHint Allows you to paint ValidationHint objects manually.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
QueryGuideFlyoutControl Occurs when a Guide is activated and allows you to populate a flyout panel associated with this guide.
SelectedElementChanged Occurs when a currently selected AdornerUIManager element changes.
See Also