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
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