TdxBarItemLink.Item Property
Specifies the toolbar item linked to the corresponding item control.
Declaration
property Item: TdxBarItem read; write;
Property Value
Type | Description |
---|---|
TdxBarItem | The linked toolbar item. |
Remarks
Use the Item
property to connect a toolbar item to an item control.
See Also