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

    Return Value

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