VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / updatePropertyGrid Property
Syntax BrowserCompatibility SeeAlso
updatePropertyGrid Method
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);

Parameters

newGrid
New property grid.

Return Value

An array of properties which was updated.
Browser Compatibility
56+
45+
11
See Also