ASPxClientUtils.GetEditorValuesInContainer(containerOrId) Method
Returns values of editors located in the specified container.
Declaration
static GetEditorValuesInContainer(
containerOrId: any,
processInvisibleEditors?: boolean
): any
Parameters
| Name | Type | Description |
|---|---|---|
| containerOrId | any | A container of editors, or its ID. |
| processInvisibleEditors | 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