Skip to main content
All docs
V19.2

MVCxGridViewColumnLayoutItem.GetNestedControl() Method

Returns a nested control contained within the current layout item.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.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