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

NavElement() Constructor

Creates an instance of the NavElement class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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