Back to Devexpress

TdxBar.Control Property

vcl-dxbar-dot-tdxbar-d9dd1b50.md

latest622 B
Original Source

TdxBar.Control Property

Returns the bar control which corresponds to the current toolbar.

Declaration

delphi
property Control: TdxBarControl read;

Property Value

Type
TdxBarControl

Remarks

Use this property to access the bar control that has been created using the information from the current toolbar. If the toolbar’s Visible property is set to False , then the Control property returns nil.

See Also

TdxBar Class

TdxBar Members

dxBar Unit