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

TdxBarManager.ParentBarManager Property

Determines the parent bar manager.

#Declaration

Delphi
property ParentBarManager: TdxBarManager read;

#Property Value

Type
TdxBarManager

#Remarks

A bar manager can belong to any window of an application: a form, frame, dialog and so forth. That is it can belong to any descendant of the TCustomForm class. If the parent window of the current bar manager is a child window for the window that also contains a bar manager, the latter bar manager will be the parent bar manager for the former. Use the ParentBarManager property to access the parent bar manager.

For example, use this property to process shortcuts.

See Also