VintaSoft Imaging .NET SDK 12.4: 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
    56+
    45+
    11
    See Also