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

TdxBarItemLink.BarControl Property

Provides access to the bar control which contains the item control as specified by its Control property.

#Declaration

Delphi
property BarControl: TCustomdxBarControl read;

#Property Value

Type
TCustomdxBarControl

#Remarks

Use the BarControl property to access the bar control which contains the item control managed by the current item link. This bar control is a parent of the item control returned by the Control property.

See Also