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

LayoutItem.GetNestedControl() Method

Returns a nested control contained within the current layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual Control GetNestedControl()

Returns

Type Description
Control

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

See Also