Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

NavigationItemAttribute(String) Constructor

Initializes a new instance of the NavigationItemAttribute class with the specified NavigationItemAttribute.GroupName property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public NavigationItemAttribute(
    string groupName
)

Parameters

Name Type Description
groupName String

A string value that represents the name of the group within the navigation control to which an item will be added.

See Also