A newer version of this page is available.
Switch to the current version.
ShowViewSource.SourceController Property
This property references the instance of the Action's Controller, if a View has to be displayed as the result of an Action,
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public Controller SourceController { get; }
Public ReadOnly Property SourceController As Controller
Property Value
Type | Description |
---|---|
Controller | A Controller descendant object that specifies the Controller of the Action which invoked the ShowViewStrategyBase.ShowView method. |
See Also
Feedback