TCustomdxBarControl.BarManager Property
Specifies the TdxBarManager to which the current bar control belongs.
Declaration
property BarManager: TdxBarManager read;
Property Value
Type |
---|
TdxBarManager |
Remarks
This property specifies an object of the TdxBarManager type to which the current bar control belongs. The value of the current bar control’s BarManager property is equal to the BarManager property of the item links (accessible via the ItemLinks property) that have been used to create the current bar control.
See Also