Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Shape.GetChildren() Method

Retrieves the list of nested shapes and shape groups.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.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