TCustomdxBarControl.ItemLinks Property
Provides access to item links which are associated with the current bar control.
Declaration
property ItemLinks: TdxBarItemLinks read; write;
Property Value
Type |
---|
TdxBarItemLinks |
Remarks
Use the ItemLinks property to access the item links between the item controls on the current bar control and the items.
Note
A bar control is created according to the information stored in the ItemLinks property of a corresponding TdxBar object.
See Also