Version 106.0.290 
            Child nodes of this node when requested with children.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IList<Node> Children { get; set; }public:
property IList<Node^>^ Children {
	IList<Node^>^ get ();
	void set (IList<Node^>^ value);
}Property Value
Type: 
IListNode
See Also