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

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.v18.2.dll

Declaration

public void UpdateSelectedItem(
    View view
)

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.

See Also