Back to Devexpress

TdxBarItem.Links Property

vcl-dxbar-dot-tdxbaritem-1c449922.md

latest898 B
Original Source

TdxBarItem.Links Property

Provides indexed access to individual bar item links.

Declaration

delphi
property Links[Index: Integer]: TdxBarItemLink read;

Property Value

TypeDescription
TdxBarItemLink

A toolbar link associated with a bar item.

|

Remarks

Multiple toolbars can display the same bar item through bar item links accessible through the Links property. You can use the LinkCount property to identify the number of links created for the bar item.

See Also

TdxBarItemLink

TdxBarItem.CurItemLink

TdxBarItem.LinkCount

TdxBarItem Class

TdxBarItem Members

dxBar Unit