VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiMultiPropertyGridDialogJS type / set_SelectedPropertyGridIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_SelectedPropertyGridIndex Method
    In This Topic
    Sets the zero-based index of selected property grid.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiMultiPropertyGridDialogJS(selectorSettings, settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_SelectedPropertyGridIndex(value);
    
    
    function set_SelectedPropertyGridIndex(
    value
    The zero-based index of selected property grid.
    : number
    ) : any;

    Parameters

    value
    The zero-based index of selected property grid.
    Browser Compatibility
    56+
    45+
    11
    See Also