TdxNavBarNavigationPaneBehaviorOptions Class
In This Article
Contains a set of options which determine how Navigation Pane Views respond to end-user actions.
#Declaration
Delphi
TdxNavBarNavigationPaneBehaviorOptions = class(
TdxNavBarPersistent
)
#Remarks
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.
#Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarNavigationPaneBehaviorOptions
See Also