CustomShowNavigationItemEventArgs Class
Arguments passed to the ShowNavigationItemController.CustomShowNavigationItem event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
Remarks
The CustomShowNavigationItem event occurs when an end-user clicks a navigation item in the navigation control. You can handle this event to perform custom actions, such as displaying custom Views. To see an example of handling the ShowNavigationItemController.CustomShowNavigationItem event, refer to the How to: Implement Custom Context Navigation topic.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CustomShowNavigationItemEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.