LayoutItem.LayoutItemNestedControlContainer Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the LayoutItem.Controls property instead.")]
public ContentControl LayoutItemNestedControlContainer { get; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
See Also