ShowNavigationItemController.UpdateSelectedItem(View) Method
Changes the ShowNavigationItemController.ShowNavigationItemAction‘s selected item to the item which represents a specific View.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | View | A View which has a corresponding ShowNavigationItemAction‘s item. |
Remarks
This method is used by the ShowNavigationItemController to change the ShowNavigationItemAction‘s selected item to the appropriate one when the active View is changed. The ShowNavigationItemController tracks the active View changes, so you do not have to do any additional programming. However, if you need to perform custom actions when this method is called, or want to perform the change of the selected item in a custom way, handle the ShowNavigationItemController.CustomUpdateSelectedItem event.