KeyRangeUpperOpen Property |
Version 130.1.90
If true upper bound is open.
Namespace: CefSharp.DevTools.IndexedDBAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool UpperOpen { get; set; }
public:
property bool UpperOpen {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also