Skip to main content
Row

Shape.ParentGroup Property

Retrieves the group in which the current shape is contained.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Shape ParentGroup { get; }

Property Value

Type Description
Shape

A Shape object that is the target shape group.

See Also