NavElement() Constructor
In This Article
Creates an instance of the NavElement class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#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