ShowViewStrategyBase.SupportViewNavigationHistory Property
Indicates whether the Show View Strategy keeps track of invoked Views.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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