Skip to main content
.NET 6.0+

ShowViewStrategyBase.SupportViewNavigationHistory Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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