| DragDataItemTitle Property  | 
Version 105.3.390 
            Title associated with a link. Only valid when `mimeType` == "text/uri-list".
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
 Syntax
Syntaxpublic string Title { get; set; }public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also