TdxBarItemLink.BarManager Property
In This Article
Provides access to the bar manager that owns the current item link.
#Declaration
Delphi
property BarManager: TdxBarManager read;
#Property Value
Type |
---|
Tdx |
#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