TdxBarItemLink.BarControl Property
Provides access to the bar control which contains the item control as specified by its Control property.
Declaration
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