VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyGridJS type / updatePropertyGrid Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    updatePropertyGrid Метод
    В этом разделе
    Synchronizes values in property grid and values of object whose values are shown in property grid.
    Синтаксис
    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(
    newGrid
    New property grid.
    : object
    ) : object[];

    Parameters

    newGrid
    New property grid.

    Return Value

    An array of properties which was updated.
    Смотрите также