Skip to main content
A newer version of this page is available. .

TdxNavBarGroup Class

A group in a NavBar control.

Declaration

TdxNavBarGroup = class(
    TdxNavBarCustomItem,
    IdxNavigationItem,
    IdxAdornerTargetElement
)

Remarks

This class introduces members that allow you to:

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.

See Also