TdxNavBarCommonBehaviorOptions Properties
Stores behavior options common to multiple views.| Name | Description |
|---|---|
| AllowChildGroups | Specifies whether NavBar groups can contain other (nested) groups. |
| AllowExpandAnimation | Specifies whether the NavBar control plays smooth sliding animation effects for all expand and collapse operations. |
| AllowMultipleGroupExpansion | Specifies whether all or only one group can be simultaneously expanded in the NavBar control. |
| AllowSelectLinks | Specifies whether end-users can select links. |
| DragDropFlags | Specifies the behavior of the NavBar control related to drag & drop operations. |
| EachGroupHasSelectedLink | Indicates whether each NavBar group can have a selected link. |
| NavBar | Provides access to a NavBar control which owns this object. Inherited from TdxNavBarPersistent. |
| RevealHighlight | Specifies if the reveal highlight effect is enabled in an Accordion or Hamburger Menu view. |
| ShowGroupsHint | Specifies whether hints are shown for groups. |
| ShowLinksHint | Specifies whether hints are shown for links. |
See Also