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.v24.1.dll
NuGet Package: DevExpress.Web
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