Skip to main content
.NET 6.0+

ShowViewStrategyBase(XafApplication) Constructor

The constructor which provides basic functionality for the classes derived from the ShowViewStrategyBase class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ShowViewStrategyBase(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication descendant object that represents the application that will use the instantiated Show View Strategy.

Remarks

Note that since the ShowViewStrategyBase is an Abstract class, you cannot instantiate it.

See Also