DataLayoutControl.GetControlByFieldName(String) Method
In This Article
Returns the nested control that is bound to the specified field.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of the field to which the target control is bound. |
#Returns
Type | Description |
---|---|
Control | The control bound to the specified field. The null value if no control is bound to this field. |
See Also