TdxBarItemControl.ItemLink Property
Specifies the TdxBarItemLink object that links an item control to an underlying item.
Declaration
property ItemLink: TdxBarItemLink read;
Property Value
| Type |
|---|
| TdxBarItemLink |
Remarks
ItemLink specifies the link between a given item control and its underlying item. It also defines properties of the control such as Caption, Glyph, PaintStyle, and Width.
See Also