Skip to main content

TdxBarItemLink.Control Property

Provides access to the item control which corresponds to the current item link.

Declaration

property Control: TdxBarItemControl read;

Property Value

Type
TdxBarItemControl

Remarks

Returns the item control which is created using the information stored in the current item link and the item specified by the Item property. This item control belongs to the bar control specified by the BarControl property. If a bar control is not visible (it is equal to nil) or the current item link’s Item.Visible property is set to False, then the value of the Control property is nil.

See Also