Skip to main content
.NET 8.0+

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

NavigationItemAttribute Constructors

Specifies whether a class will have a corresponding item in the navigation control.
Name Parameters Description
NavigationItemAttribute() none Initializes a new instance of the NavigationItemAttribute class with default settings.
NavigationItemAttribute(Boolean) isNavigationItem Initializes a new instance of the NavigationItemAttribute class with the specified NavigationItemAttribute.IsNavigationItem property.
NavigationItemAttribute(String) groupName Initializes a new instance of the NavigationItemAttribute class with the specified NavigationItemAttribute.GroupName property.
See Also