Skip to main content

TCustomdxBarSubItem.ItemLinks Property

Provides access to a collection of links to bar items.

Declaration

property ItemLinks: TdxBarItemLinks read; write;

Property Value

Type
TdxBarItemLinks

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