TdxBarItemControl.ItemLink Property
In This Article
Specifies the TdxBarItemLink object that links an item control to an underlying item.
#Declaration
Delphi
property ItemLink: TdxBarItemLink read;
#Property Value
Type |
---|
Tdx |
#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