ShowViewSource.SourceAction Property
In This Article
This property references the Action’s instance, if a View is displayed as the result of an Action,
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ActionBase SourceAction { get; }
#Property Value
Type | Description |
---|---|
Action |
An Action |
See Also