ASPxFormLayout.FindNestedControlByFieldName(String) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
field |
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