IModelNavigationItem.QuickAccessItem Property
Specifies if the current navigation item is available via the QuickAccessNavigation Action Container in the ASP.NET Web Forms application.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, when the current navigation item is available in the QuickAccessNavigation Action Container; otherwise - false. |
Remarks
The QuickAccessNavigation Action Container presents in ASP.NET Web Forms application’s Default and DefaultVertical Templates. The following image illustrates the Contact, Task Department and Position navigation items available in this Action Container.
See Also