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.Hidden Property

Determines the visibility state of the current toolbar in the toolbars list.

#Declaration

Delphi
property Hidden: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the Hidden property is set to True, the current toolbar is not displayed in the toolbars list of the customization form or in the toolbar popup menu which appears every time an end-user presses the right mouse button over a docking area.

Note

Setting the Hidden property to True removes a toolbar from the toolbar popup menu and from the toolbars list of the customization form, but does not hide the toolbar. Use the Visible property to hide or show a toolbar.

The default value of the Hidden property is False.

See Also