SettingsPopoutWholeStack Property |
Decides what will be opened in a new window if the user clicks the popout icon.
If true the entire stack will be transferred to the new window, if false only the active component will be opened.
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Nullable<bool> PopoutWholeStack { get; set; }
Property Value
Type:
NullableBooleanSee Also