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

MdiShowViewStrategy.SupportViewNavigationHistory Property

Indicates whether the Show View Strategy keeps track of invoked Views.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public override bool SupportViewNavigationHistory { get; }

Property Value

Type Description
Boolean

true, if the Show View Strategy keeps track of invoked Views; otherwise, false.

Remarks

This property is used by the ViewNavigationController, to decide whether the Back and Forward Actions should be enabled. These Actions allow end-users to navigate to recently invoked Views. If the SupportViewNavigationHistory property of the currently active Show View Strategy returns false, the Back and Forward Actions are disabled.

The MdiShowViewStrategy does not keep track of invoked Views and so the SupportViewNavigationHistory property returns false.

See Also