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

ShowViewStrategyBase.SupportViewNavigationHistory Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual bool SupportViewNavigationHistory { get; }

Property Value

Type Description
Boolean

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

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.

See Also