TCustomdxBarControl.ChildBar Property
In This Article
Specifies a child bar control (if it exists).
#Declaration
Delphi
property ChildBar: TCustomdxBarControl read; write;
#Property Value
Type |
---|
TCustomdx |
#Remarks
An example of a child bar control is an unfolded toolbar subitem control. This bar control becomes a parent of the child bar control.
See Also