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

TdxAdornerTargetElementPath.Path Property

Specifies a path to the adorner‘s target UI element.

#Declaration

Delphi
property Path: string read; write;

#Property Value

Type
string

#Remarks

Use this property to specify the path to either a control or any UI element managed by other controls and components, such as individual bar items. The Path property can refer only to controls and components that implement the IdxAdornerTargetElement interface.

A path to a target UI element is a Unicode string consisting of control and/or component names, delimited by the dxAdornerTargetElementPathSeparator global constant.

At design time, the UI adorner manager component provides the “Select Target Element” dialog that you can use to browse the hierarchical structure of all valid adorner target UI elements and assign a path to the required node to the Path property. Click the ellipsis button at the Path property in the Object Inspector to invoke it:

You can view all the resulting paths to the target elements via the Badge and/or Guide collection editors:

See Also