TdxNavBarNavigationPaneViewOptions Class
Stores appearance settings common to all Navigation Pane Views.
Declaration
TdxNavBarNavigationPaneViewOptions = class(
TdxNavBarPersistent
)
Remarks
Options in this set allow you to specify the following View appearance aspects:
Maximum number of visible group headers (MaxVisibleGroups);
Visibility of the header section and the overflow panel (ShowHeader and ShowOverflowPanel);
Size of group images displayed in the overflow panel (OverflowPanelUseSmallImages);
Caption of the collapsed Navigation Pane (ShowActiveGroupCaptionWhenCollapsed).
The NavBar control’s OptionsView.NavigationPane property references a TdxNavBarNavigationPaneViewOptions object.
Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarNavigationPaneViewOptions
See Also