Skip to main content
Row

Shape.GetChildren() Method

Retrieves the list of nested shapes and shape groups.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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