Click or drag to resize

SettingsSelectionEnabled Property

If true, the user can select items by clicking on their header. This sets the value of layout.selectedItem to the clicked item, highlights its header and the layout emits a 'selectionChanged' event. Default : true

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

Property Value

Type: NullableBoolean
See Also