TdxBars.BarManager Property
In This Article
Returns the TdxBarManager to which a given TdxBars object belongs.
#Declaration
Delphi
property BarManager: TdxBarManager read;
#Property Value
Type |
---|
Tdx |
#Remarks
Returns the TdxBarManager that owns a given TdxBars. TdxBars is represented in TdxBarManager as the Bars property.
See Also