ShowNavigationItemController.FindNavigationItemByViewShortcut(ViewShortcut) Method
In This Article
Provides access to the ShowNavigationItemController.ShowNavigationItemAction‘s item which corresponds to a specific View.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
shortcut | View |
A View |
#Returns
Type | Description |
---|---|
Choice |
A Choice |
#Remarks
Generally, you do not need to use this method.
See Also