Skip to main content
Tab

LayoutItemNestedControlContainer.GetNestedControl() Method

OBSOLETE

Use the GetNestedControl method instead.

Returns a nested control contained within the current layout item’s nested container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the LayoutItem.GetNestedControl() method instead.")]
public ASPxWebControl GetNestedControl()

Returns

Type Description
ASPxWebControl

An object that represents the nested control within the current layout item’s nested container.

See Also