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

TdxBarItem.GetParentComponent Method

Returns the parent component of a TdxBarItem object.

#Declaration

Delphi
function GetParentComponent: TComponent; override;

#Returns

Type
TComponent

#Remarks

This function returns the TdxBarManager to which a given TdxBarItem belongs. If there is no parent TdxBarManager, the function returns nil.

See Also