DataLayoutControl.GetItemByFieldName(String) Method
In This Article
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 |
---|---|---|
field |
String | The name of the field to which the target layout item’s control is bound. |
#Returns
Type | Description |
---|---|
Layout |
The layout item whose control (Layout |
See Also