CSSRuleContainerQueries Property  | 
Version 108.4.130 
            Container query list array (for rules involving container queries).
            The array enumerates container queries starting with the innermost one, going outwards.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic IList<CSSContainerQuery> ContainerQueries { get; set; }public:
property IList<CSSContainerQuery^>^ ContainerQueries {
	IList<CSSContainerQuery^>^ get ();
	void set (IList<CSSContainerQuery^>^ value);
}Property Value
Type: 
IListCSSContainerQuery
See Also