Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavElement Class

Implements the common functionality of groups and items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

public class NavElement :
    ComponentCollectionItem,
    ICaptionSupport,
    IAppearanceOwner,
    IXtraSerializableLayoutEx,
    IDXImageUriClient

#Remarks

NavBarControl maintain collections of groups and items. Groups and items have some common features. For instance, each can display a text caption, large or small images, etc. These common features are implemented in the NavElement class.

The NavElement object supports the ICollectionItem interface since both of its descendants serve as items within collections. The NavBarGroup class represents an item of the NavGroupCollection collection. The NavBarItem class represents an item of the NavItemCollection collection.

#Implements

See Also