Back to Devexpress

TdxNavBarHamburgerMenuBehaviorOptions.DisplayMode Property

vcl-dxnavbar-dot-tdxnavbarhamburgermenubehavioroptions.md

latest1.3 KB
Original Source

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

TypeDefault
TdxNavBarHamburgerMenuDisplayModedmInline

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

TdxNavBarHamburgerMenuBehaviorOptions Class

TdxNavBarHamburgerMenuBehaviorOptions Members

dxNavBar Unit