VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPropertyGridJS type
    In This Topic
    Represents a tree structure that contains information about object properties. A tree node is an instance of WebPropertyInfoJS class.
    Syntax
    // 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;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebPropertyGridJS

    Browser Compatibility
    9
    5
    11
    5
    See Also