Skip to main content
All docs
V20.1
Tab

LayoutItemBase.ParentGroup Property

Gets an object which is the layout item’s immediate parent layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutGroupBase ParentGroup { get; }

Property Value

Type Description
LayoutGroupBase

A LayoutGroupBase object that is the layout item’s immediate parent layout group.

See Also