Table of Contents

Method DescendantsAndSelf

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

DescendantsAndSelf(DesignItem)

Returns a list that contains a given item and its child DesignItem objects.

public static IEnumerable<DesignItem> DescendantsAndSelf(DesignItem item)

Parameters

item DesignItem

DesignItem to process.

Returns

IEnumerable<DesignItem>

Collection of child items with their parent.