Shape.GetChildren() Method
Retrieves the list of nested shapes and shape groups.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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