Skip to main content
A newer version of this page is available. .

ShowViewStrategyBase(XafApplication) Constructor

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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