TdxBarItemLink.BarControl Property
In This Article
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 |
---|
TCustomdx |
#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