Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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