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

TdxNavBarCommonBehaviorOptions.RevealHighlight Property

Specifies if the reveal highlight effect is enabled in an Accordion or Hamburger Menu view.

#Declaration

Delphi
property RevealHighlight: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Reveal highlight is a lighting effect centered on the mouse pointer position in a Fluent Design application. This effect illuminates interactive UI elements and reveals their invisible or barely distinguishable borders. If the RevealHighlight property is set to True, the Accordion or Hamburger Menu embedded into a Fluent Design or TdxRibbonForm form highlights the mouse pointer position in a NavBar item with a soft spotlight effect.

Note

The reveal highlight effect is not available, and the RevealHighlight property value is ignored if one of the following conditions is met:

  • The NavBar control is placed on application form that does not support Fluent Design effects.
  • The NavBar control’s View property is not set to ‘AccordionView’ or ‘HamburgerMenuView’.
  • Acrylic effects on a Fluent Design or Ribbon form are disabled or unavailable due to an unsupported operating system version.

The RevealHighlight property’s default value is True.

See Also