Skip to main content
Tab

ASPxFormLayout.FindItemByFieldName(String) Method

Returns a layout item by its field name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItem FindItemByFieldName(
    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
LayoutItem

An LayoutItem object that is a layout item bound to the specified field name.

Remarks

Use the FindItemByFieldName method to get a layout item by the field name to which the layout item is bound.

See Also