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

Provides access to the item control which corresponds to the current item link.

#Declaration

Delphi
property Control: TdxBarItemControl read;

#Property Value

Type
TdxBarItemControl

#Remarks

Returns the item control which is created using the information stored in the current item link and the item specified by the Item property. This item control belongs to the bar control specified by the BarControl property. If a bar control is not visible (it is equal to nil) or the current item link’s Item.Visible property is set to False, then the value of the Control property is nil.

See Also