vcl-dxnavbar-aef6c7ef.md
Contains a set of options which determine how Navigation Pane Views respond to end-user actions.
TdxNavBarNavigationPaneBehaviorOptions = class(
TdxNavBarPersistent
)
Options include:
AdjustWidthByPopup – specifies whether end-users can adjust the NavBar control’s width by horizontally sizing the collapsed Navigation Pane‘s popup window;
Collapsible and Collapsed – control the expansion state of the Navigation Pane;
ShowOverflowPanelHints – specifies whether hints are displayed for overflow panel elements;
AllowCustomizing – enables end-user group customization from the context menu.
The TdxNavBarNavigationPaneBehaviorOptions object is referenced by the NavBar control’s OptionsBehavior.NavigationPane property.
TObject TPersistent TdxNavBarPersistent TdxNavBarNavigationPaneBehaviorOptions
See Also