A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.FindItemByFieldName(String) Method
Returns a layout item by its field name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public LayoutItem FindItemByFieldName(
string fieldName
)
Public Function FindItemByFieldName(
fieldName As String
) As LayoutItem
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
Feedback