Click or drag to resize

ItemConfigTypeIsClosable Property

Determines if the item is able to be closed. If false, the x on the items tab will be hidden.

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

Property Value

Type: NullableBoolean
See Also