ShowViewStrategyBase(XafApplication) Constructor
The constructor which provides basic functionality for the classes derived from the ShowViewStrategyBase class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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