Property App
App
Gets the IApplication instance this view is running in. If this view is at the top of the view hierarchy, returns null.
public IApplication? App { get; }
Property Value
Remarks
If not explicitly set on an instance, this property will retrieve the value from the view at the top of the View hierarchy (the top-most SuperView).