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

Indicates the component that is responsible for streaming and freeing the current bar manager.

#Declaration

Delphi
property Owner: TWinControl read;

#Property Value

Type
TWinControl

#Remarks

Use the Owner property to find the owner of the current bar manager. As a bar manager is a descendant of the TComponent class it uses the Owner property of this class and returns a control of the TWinControl class.

To access the window that contains the current bar manager use the ParentForm property. To access the root parent window for the current bar manager use the MasterForm property.

See Also