TdxBarContainerItemControl.Item Property
In This Article
Provides access to an associated container item.
#Declaration
Delphi
property Item: TCustomdxBarContainerItem read;
#Property Value
Type |
---|
TCustomdx |
#Remarks
Use this property to access a container item associated with the item control: TdxBarContainerItem, TdxBarListItem, or TdxRibbonColorGalleryItem. The TdxBarContainerItemControl item control uses the item links accessible using the Item.ItemLinks property to visualize the corresponding item controls.
See Also