Click or drag to resize

SettingsReorderEnabled Property

If true, the user can re-arrange the layout by dragging items by their tabs to the desired location. Default: true

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Nullable<bool> ReorderEnabled { get; set; }

Property Value

Type: NullableBoolean
See Also