Back to Devexpress

NestedShapeCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-ab8b4a95.md

latest1.8 KB
Original Source

NestedShapeCollection Interface

A base interface for collections that store nested shapes.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface NestedShapeCollection :
    ISimpleCollection<NestedShape>,
    IEnumerable<NestedShape>,
    IEnumerable,
    ICollection
vb
Public Interface NestedShapeCollection
    Inherits ISimpleCollection(Of NestedShape),
             IEnumerable(Of NestedShape),
             IEnumerable,
             ICollection

Remarks

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

InterfaceDescriptionReturned by
GroupShapeCollectionA collection of shapes in a group.DrawingObject.GroupItems
CanvasShapeCollectionA collection of shapes in a drawing canvas.DrawingObject.CanvasItems

See Also

NestedShapeCollection Members

DevExpress.XtraRichEdit.API.Native Namespace