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.6.0
Syntax public Nullable<bool> SelectionEnabled { get; set; }
Property Value
Type:
NullableBooleanSee Also