Back to Devexpress

TdxNavBarGroup Class

vcl-dxnavbarcollns-3839ad8e.md

latest3.6 KB
Original Source

TdxNavBarGroup Class

A group in a NavBar control.

Declaration

delphi
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.

Implements

IdxNavigationItem

IdxAdornerTargetElement

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxNavBarComponentCollectionItem TdxNavBarCustomItem TdxNavBarGroup

See Also

TdxCustomNavBar.Groups

Expanding and Collapsing Groups

Linking Groups and Items

TdxNavBarGroup Members

dxNavBarCollns Unit