Click or drag to resize

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.4.0
Syntax
C#
public Nullable<bool> PopoutWholeStack { get; set; }

Property Value

Type: NullableBoolean
See Also