Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

ShowViewStrategy Class

Represents the Show View Strategy used in XAF ASP.NET Web applications by default.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public class ShowViewStrategy :
    ShowViewStrategyBase,
    ISupportCollectionsEditMode

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 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

See Also