Skip to main content
Tab

ASPxFormLayout.FindNestedControlByFieldName(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 that is a control 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