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

TdxCustomRibbon.Hidden Property

Gets whether the Ribbon is hidden.

#Declaration

Delphi
property Hidden: Boolean read;

#Property Value

Type
Boolean

#Remarks

The Ribbon is not displayed if the application window is less than 300 pixels wide and 250 pixels tall.

The Hidden property returns False if the Ribbon is currently shown in the application window. Otherwise, True.

See Also