TdxNavBarCommonBehaviorOptions Class
Stores behavior options common to multiple views.
Declaration
TdxNavBarCommonBehaviorOptions = class(
TdxNavBarPersistent
)
Remarks
This class has the following members that allow you to:
Specify if NavBar groups can have nested groups (AllowChildGroups).
Disable or enable group expand and collapse animations (AllowExpandAnimation).
Limit the number of simultaneously expanded groups to one (AllowMultipleGroupExpansion).
Specify if a user can select links (AllowSelectLinks).
Disable or enable the reveal highlight effect in the Accordion or Hamburger Menu embedded in a Fluent Design form (RevealHighlight).
Specify which NavBar elements are available for drag-and-drop operations (DragDropFlags).
Specify if each group can have a selected link simultaneously (EachGroupHasSelectedLink).
Enable hints for groups and links (ShowGroupsHint and ShowLinksHint).
The NavBar control’s OptionsBehavior.Common property references a TdxNavBarCommonBehaviorOptions object.