Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NavigationItemAttribute(Boolean) Constructor

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public NavigationItemAttribute(
    bool isNavigationItem
)

Parameters

Name Type Description
isNavigationItem Boolean

true if an item should be added to the navigation control; otherwise, false.

Remarks

When using this constructor, an item is added to the default first-level navigation item specified by the NavigationItemAttribute.DefaultGroupName property.

See Also