DragDataItemData Property  | 
Version 106.0.290 
            Depending of the value of `mimeType`, it contains the dragged link,
            text, HTML markup or any other data.
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic string Data { get; set; }public:
property String^ Data {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also