TCustomdxBarSubItem.ItemLinks Property
In This Article
Provides access to a collection of links to bar items.
#Declaration
Delphi
property ItemLinks: TdxBarItemLinks read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Item links contained within the ItemLinks collection are used to create bar item controls for the subitem. For instance, if you wish to add a new button to a subitem, add the item link for this button to the subitem’s ItemLinks property.
See Also