ASPxClientUtils.GetEditorValuesInContainer(containerOrId) Method
In This Article
Returns values of editors located in the specified container.
#Declaration
TypeScript
static GetEditorValuesInContainer(
containerOrId: any,
processInvisibleEditors?: boolean
): any
#Parameters
Name | Type | Description |
---|---|---|
container |
any | A container of editors, or its ID. |
process |
boolean |
|
#Returns
Type | Description |
---|---|
any | An object containing pairs of editor names and values. |
#Remarks
The GetEditorValuesInContainer method allows you to send values of DevExpress editors to the server side using an Ajax request.
ASPxClientUtils.GetEditorValuesInContainer(formId),
...
See Also