TdxBarSubItemControl.Item Property
Specifies an underlying item.
Declaration
property Item: TCustomdxBarSubItem read;
Property Value
Type |
---|
TCustomdxBarSubItem |
Remarks
This property returns a TCustomdxBarSubItem item to which a given item control is linked. The link between items and item controls is defined by the TdxBarItemLink.
See Also