Click or drag to resize

PFLayoutWidgetBuilderNodeTChildrenLayoutAddChild Method (PFWidgetBase, TChildrenLayout)

Adds another PFWidgetBase as a child of this widget.

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 PFLayoutWidgetBuilderNode<TChildrenLayout> AddChild(
	PFWidgetBase widget,
	TChildrenLayout layout
)

Parameters

widget
Type: Packflow.Core.WidgetsPFWidgetBase
The PFWidgetBase instance.
layout
Type: TChildrenLayout
The layout settings of this widget.

Return Value

Type: PFLayoutWidgetBuilderNodeTChildrenLayout
See Also