Click or drag to resize

PFWidgetDataChildrenLayout Property

Optional. Gets or sets the settings that are shared with the parent of this widget. Theses settings are typically used for layout purposes.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public IList<PFChildWidgetLayout> ChildrenLayout { get; set; }

Property Value

Type: IListPFChildWidgetLayout
See Also