Skip to main content
All docs
V25.1
  • NestedShapeCollection Interface

    A base interface for collections that store nested shapes.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.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