ISelectElementMultiple Property  | 
 
                Enables or disables selecting multiple options in the list.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntaxbool Multiple { get; set; }Property Value
Type: 
Booleantrue if multiple options can be selected,
                
false if only one option can be selected at a time.
            
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The ISelectElement has already been disposed. | 
See Also