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

NestedShapeCollection Interface

A base interface for collections that store nested shapes.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public interface NestedShapeCollection :
    ISimpleCollection<NestedShape>,
    IEnumerable<NestedShape>,
    IEnumerable,
    ICollection

Remarks

The NestedShapeCollection interface is the base interface for the following collections:

Interface Description Returned by
GroupShapeCollection A collection of shapes in a group. DrawingObject.GroupItems
CanvasShapeCollection A collection of shapes in a drawing canvas. DrawingObject.CanvasItems
See Also