TdxBarSubItemControl.Item Property
In This Article
Specifies an underlying item.
#Declaration
Delphi
property Item: TCustomdxBarSubItem read;
#Property Value
Type |
---|
TCustomdx |
#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