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

IdxAdornerTargetElement.GetBounds Method

Returns the boundaries of the target UI element.

#Declaration

Delphi
function GetBounds: TRect;

#Returns

Type
TRect

#Remarks

The TdxUIAdornerManager component uses this rectangle:

  • As a guide UI adorner’s area;

  • To calculate a badge UI adorner’s position depending on its alignment settings.

See Also