ShowViewStrategy Class
Represents the Show View Strategy used in XAF ASP.NET Web Forms applications by default.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Remarks
According to this strategy, each View is displayed in a separate Window, except the following cases:
- A Detail View invoked from a root List View displayed in the main Window replaces the List View in the main Window.
- A Detail View invoked from a nested List View that represents a non-aggregated collection, replaces the List View in the main Window.
Since this strategy is used by default in XAF ASP.NET Web Forms applications, there is generally no need to instantiate it in your code.
For general information on Show View Strategies, refer to the ShowViewStrategyBase class description.
Inheritance
Object
ShowViewStrategyBase
ShowViewStrategy
See Also