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

LayoutGroupBase.FindNestedControlByFieldName(String) Method

Returns a control that is nested into the layout item with the specified field name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Control FindNestedControlByFieldName(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string value specifying the field name of a data source to which the form layout is bound.

Returns

Type Description
Control

An Control object a control that is nested into the layout item with the specified field name.

Remarks

Use the FindNestedControlByFieldName method to get a control that is nested into the layout item with the specified field name.

See Also