Click or drag to resize

DOMNodeOptionSelected Property

Version 118.6.80
Only set for option elements, indicates if the element has been selected

Namespace:  CefSharp.DevTools.DOMSnapshot
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public bool? OptionSelected { get; set; }

Property Value

Type: NullableBoolean
See Also