WinShowViewStrategyBase Properties
An abstract class that serves as the base class for Show View Strategies used in XAF Windows Forms applications.| Name | Description |
|---|---|
| Explorers | Gets a list of the application’s Explorer Windows. |
| Inspectors | Gets a list of the application’s Inspector Windows. |
| MainWindow | Provides access to the application’s main Window. |
| SupportViewNavigationHistory | Indicates whether the Show View Strategy keeps track of invoked Views. Inherited from ShowViewStrategyBase. |
| UIType | Indicaties the UI type provided by a WinShowViewStrategyBase descendant. |
| Windows | Provides access to a read-only collection of the application’s Windows. |
See Also