Skip to main content

TdxBarContainerItemControl.Item Property

Provides access to an associated container item.

Declaration

property Item: TCustomdxBarContainerItem read;

Property Value

Type
TCustomdxBarContainerItem

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