A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.GetNestedControlValueByFieldName(String) Method
Returns a value of a control that is nested into the layout item with the specified field name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public object GetNestedControlValueByFieldName(
string fieldName
)
Public Function GetNestedControlValueByFieldName(
fieldName As String
) As Object
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 |
---|---|
Object | An Object object that is a value of a control nested into the layout item with the specified field name. |
Remarks
Use the GetNestedControlValueByFieldName method to get a value of a control that is nested into the layout item with the specified field name.
NOTE
This method works only for the nested controls that are represented by a class derived from ASPxEditBase. This method returns the ASPxEditBase.Value property value.
See Also
Feedback