Click or drag to resize

PFWidgetTreeBuilderFromTSettings, TChildrenLayout Method (PFWidgetBaseTSettings, TChildrenLayout)

Sets the widget at the root of the tree.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFLayoutWidgetBuilderNode<TChildrenLayout> From<TSettings, TChildrenLayout>(
	PFWidgetBase<TSettings, TChildrenLayout> widget
)
where TSettings : class
where TChildrenLayout : class

Parameters

widget
Type: Packflow.Core.WidgetsPFWidgetBaseTSettings, TChildrenLayout
The widget at the root of the tree

Type Parameters

TSettings
TChildrenLayout

Return Value

Type: PFLayoutWidgetBuilderNodeTChildrenLayout
See Also