Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataLayoutControl.GetItemByFieldName(String) Method

Returns the layout item whose control (LayoutControlItem.Control) is bound to the specified field.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public LayoutControlItem GetItemByFieldName(
    string fieldName
)

#Parameters

Name Type Description
fieldName String

The name of the field to which the target layout item’s control is bound.

#Returns

Type Description
LayoutControlItem

The layout item whose control (LayoutControlItem.Control) is bound to the specified field. The null value if no control is found.

See Also