| CSSStyleSheetHeaderIsMutable Property  | 
Version 90.6.50 
            Whether this stylesheet is mutable. Inline stylesheets become mutable
            after they have been modified via CSSOM API.
            <link> element's stylesheets become mutable only if DevTools modifies them.
            Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic bool IsMutable { get; set; }public:
property bool IsMutable {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also