Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

LayoutItemBase.ParentGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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