VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / WebPropertyGridJS Constructors / WebPropertyGridJS Constructor(object,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPropertyGridJS Constructor(object,string)
    In This Topic
    Initializes a new instance of the WebPropertyGridJS 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(
    object
    Source object.
    : object,
    objShortName
    Object short name.
    : string
    ) : WebPropertyGridJS;

    Parameters

    object
    Source object.
    objShortName
    Object short name.
    Browser Compatibility
    56+
    45+
    11
    See Also