DOMNodeOptionSelected Property  | 
Version 104.4.240 
            Only set for option elements, indicates if the element has been selected
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic bool? OptionSelected { get; set; }public:
property Nullable<bool> OptionSelected {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also