ASPxClientUtils.SetEditorValues(values) Method
In This Article
Sets values to editors.
#Declaration
TypeScript
static SetEditorValues(
values: any
): void
#Parameters
Name | Type | Description |
---|---|---|
values | any | An object that specifies the values. |
See Also