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

Shape.ParentGroup Property

Retrieves the group in which the current shape is contained.

Namespace: DevExpress.Spreadsheet

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

Declaration

Shape ParentGroup { get; }

Property Value

Type Description
Shape

A Shape object that is the target shape group.

See Also