Skip to main content

NavElement() Constructor

Creates an instance of the NavElement class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.1.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavElement()

Remarks

The constructor is used to create and initialize a new NavElement object. It sets properties of a newly created object to default values.

This method is not designed to be used directly from your code since the NavElement class serves as a base for the NavBarGroup and NavBarItem classes. These classes are created when new items are added to corresponding collections.

See Also