TdxBarItemLink.BarManager Property
Provides access to the bar manager that owns the current item link.
Declaration
property BarManager: TdxBarManager read;
Property Value
Type |
---|
TdxBarManager |
Remarks
Use this property to access the bar manager to which the current item link belongs. The BarManager property returns the same bar manager as the TdxBarItemLinks object that contains the current item link.
See Also