FormLayoutProperties.FindItemByFieldName(String) Method
Returns a layout item by its field name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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