Skip to main content
A newer version of this page is available. .
Tab

LayoutItem.LayoutItemNestedControlContainer Property

OBSOLETE

Use the Controls property instead.

Gets the object that will function as a container for the layout item’s nested controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the LayoutItem.Controls property instead.")]
public ContentControl LayoutItemNestedControlContainer { get; }

Property Value

Type Description
ContentControl

A ContentControl object that is a container for the layout item’s nested controls.

See Also