Skip to main content

TCustomdxBarControl.ParentBar Property

Determines the parent bar control of the current bar control.

Declaration

property ParentBar: TCustomdxBarControl read; write;

Property Value

Type
TCustomdxBarControl

Remarks

The ParentBar property is generally used for submenus to determine the bar control to which a particular submenu belongs. For example, the open toolbar subitem is represented by an object of the TdxBarSubMenuControl type; the ParentBar property for this object returns the bar control for the toolbar to which the subitem belongs.

See Also