Skip to main content

TdxAdornerTargetElementPath.Path Property

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

Declaration

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