Skip to main content

NestedShapeCollection Interface

A base interface for collections that store nested shapes.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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