TdxNavBarGroup Class
A group in a NavBar control.
Declaration
TdxNavBarGroup = class(
TdxNavBarCustomItem,
IdxNavigationItem,
IdxAdornerTargetElement
)
Remarks
This class introduces members that allow you to:
Specify whether the group’s client area displays links or custom controls, and customize this area’s appearance and behavior (OptionsGroupControl).
Change the group’s expanded state, and customize appearance options for this state (OptionsExpansion).
Adjust the group’s vertical alignment and height within Explorer Bar Views (Align and UseRestSpace).
Apply custom styles to the group’s elements (CustomStyles).
Manage the group’s links (CreateLink, Links, FindLink, ClearLinks, RemoveLink, and RemoveLinks).
Customize the link layout within the group (ShowAsIconView, LinksUseSmallImages, and TopVisibleLinkIndex).
The image below displays examples of groups.
Note
Call the NavBar control’s Groups.Add function to create a group. Alternatively, you can call the TdxNavBarGroup class’s constructor to create a group and call its AddToCollection procedure to add this group to the NavBar control’s Groups collection.