Skip to main content
Tab

LayoutItem.GetNestedControl() Method

Returns a nested control contained within the current layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Control GetNestedControl()

Returns

Type Description
Control

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

See Also