VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyGridJS type
    WebPropertyGridJS Тип
    В этом разделе
    Represents a tree structure that contains information about object properties. A tree node is an instance of WebPropertyInfoJS class.
    Синтаксис
    // Parameters
    var object; // Type: object
    var objShortName; // Type: string
    var objFullName; // Type: string
    var blackList; // Type: string[]
    
    var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);
    
    
    function WebPropertyGridJS;
    
    Иерархия наследования

    Object
       Vintasoft.Shared.WebPropertyGridJS

    Смотрите также