ShowViewSource.SourceController Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public Controller SourceController { get; }
#Property Value
Type | Description |
---|---|
Controller | A Controller descendant object that specifies the Controller of the Action which invoked the Show |
See Also