NestedShape.Parent Property
In This Article
Returns the group or canvas to which this shape belongs.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DrawingObject Parent { get; }
#Property Value
Type | Description |
---|---|
Drawing |
The parent shape. |
See Also