HistogramBuckets Property  | 
Version 108.4.130 
            Buckets.
            
 
    Namespace: 
   CefSharp.DevTools.Browser
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic IList<Bucket> Buckets { get; set; }public:
property IList<Bucket^>^ Buckets {
	IList<Bucket^>^ get ();
	void set (IList<Bucket^>^ value);
}Property Value
Type: 
IListBucket
See Also