updatePropertyGrid Method
In This Topic
Synchronizes values in property grid and values of object whose values are shown in property grid.
Syntax
var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);
var value; // Type: object[]
// Parameters
var newGrid; // Type: object
value = instance.updatePropertyGrid(newGrid);
function updatePropertyGrid(
: object
) : object[];
Parameters
- newGrid
- New property grid.
Return Value
An array of properties which was updated.
Browser Compatibility
See Also