ASPxFormLayout.FindItemByFieldName(String) Method
In This Article
Returns a layout item by its field name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LayoutItem FindItemByFieldName(
string fieldName
)
#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 |
---|---|
Layout |
An Layout |
#Remarks
Use the FindItemByFieldName method to get a layout item by the field name to which the layout item is bound.
See Also