Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxCardViewColumnLayoutItem.GetNestedControl() Method

Returns a nested control contained within the current layout item.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public override Control GetNestedControl()

Returns

Type Description
Control

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

See Also