Click or drag to resize

ItemConfigTypeContent Property

An array of configurations for items that will be created as children of this item.

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public List<ItemConfigType> Content { get; set; }

Property Value

Type: ListItemConfigType
See Also