Skip to main content
A newer version of this page is available. .

IModelNavigationItem.QuickAccessItem Property

Specifies if the current navigation item is available via the QuickAccessNavigation Action Container in the ASP.NET application.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

bool QuickAccessItem { get; set; }

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 application’s Default and DefaultVertical Templates. The following image illustrates the Contact, Task Department and Position navigation items available in this Action Container.

QuickAccessNavigation

See Also