Version 118.6.80
Items
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<DragDataItem> Items { get; set; }
public:
property IList<DragDataItem^>^ Items {
IList<DragDataItem^>^ get ();
void set (IList<DragDataItem^>^ value);
}
Property Value
Type:
IListDragDataItemSee Also