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.ParentForm Property

Determines the parent window of the current bar manager.

#Declaration

Delphi
property ParentForm: TCustomForm read;

#Property Value

Type
TCustomForm

#Remarks

A bar manager can belong to any window such as a form, frame or dialog, that is a window which is a descendant of the TCustomForm class. Use the ParentForm property to determine the parent widow of the current bar manager.

Note

Only a single bar manager can belong to a window.

To determine the root parent window for the current bar manager use the MasterForm property. To indicate the owner of the current bar manager use the Owner property.

If the owner of a bar manager is not a descendant of the TCustomForm class the value of the MasterForm property is nil.

See Also