A newer version of this page is available.
Switch to the current version.
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()
Public Overridable Function GetNestedControl As Control
Returns
Type | Description |
---|---|
Control | An object that represents the nested control within the current layout item. |
See Also
Feedback