windowsforms-devexpress-dot-xtranavbar-8a93d6fd.md
Implements the common functionality of groups and items.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class NavElement :
ComponentCollectionItem,
ICaptionSupport,
IAppearanceOwner,
IXtraSerializableLayoutEx,
IDXImageUriClient
Public Class NavElement
Inherits ComponentCollectionItem
Implements ICaptionSupport,
IAppearanceOwner,
IXtraSerializableLayoutEx,
IDXImageUriClient
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.
Object MarshalByRefObject Component ComponentCollectionItem NavElement NavBarGroup
See Also