Back to Devexpress

ShowViewSource.SourceController Property

expressappframework-devexpress-dot-expressapp-dot-showviewsource.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public Controller SourceController { get; }
vb
Public ReadOnly Property SourceController As Controller

Property Value

TypeDescription
Controller

A Controller descendant object that specifies the Controller of the Action which invoked the ShowViewStrategyBase.ShowView method.

|

See Also

ShowViewSource Class

ShowViewSource Members

DevExpress.ExpressApp Namespace