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

TdxGuide.CalloutPopupAlignment Property

Specifies the callout pop-up position in relation to the guide UI adorner.

#Declaration

Delphi
property CalloutPopupAlignment: TdxCalloutPopupAlignment read; write; default cpaBottomCenter;

#Property Value

Type Default
TdxCalloutPopupAlignment cpaBottomCenter

#Remarks

Use this property to specify the guide’s callout pop-up position and alignment. Refer to the TdxCalloutPopupAlignment type description for detailed information on all available options.

Handle the OnGetCalloutPopupControl event and set the AllowCalloutPopup property to True to display the callout pop-up when the guide is clicked.

The default CalloutPopupAlignment property value is cpaBottomCenter.

See Also