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

TdxNavBarHamburgerMenuBehaviorOptions.DisplayMode Property

Specifies the relationship between the NavBar control and its parent (container) in collapsed and expanded states of the active Hamburger Menu View.

#Declaration

Delphi
property DisplayMode: TdxNavBarHamburgerMenuDisplayMode read; write; default dmInline;

#Property Value

Type Default
TdxNavBarHamburgerMenuDisplayMode dmInline

#Remarks

Use this property to determine if the expanded Hamburger Menu is a part of its parent container’s layout or is displayed on top of it as an overlay. Refer to the TdxNavBarHamburgerMenuDisplayMode type description for details on available options.

The DisplayMode property’s default value is dmInline.

See Also