Shape.GetChildren() Method
In This Article
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 |
---|---|
IRead |
A IRead |
#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