NavigationItemAttribute(Boolean) Constructor
Initializes a new instance of the NavigationItemAttribute class with the specified NavigationItemAttribute.IsNavigationItem property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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