Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Shape.GetChildren() Method

Retrieves the list of nested shapes and shape groups.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

IReadOnlyList<Shape> GetChildren()

Returns

Type Description
IReadOnlyList<Shape>

A IReadOnlyList<T><Shape,> object that is the list of nested shapes and shape groups.

Remarks

If the target shape group contains another shape group, the GetChildren method returns it as a single object. Call the GetChildren method for each shape group individually.

See Also