Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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