DataTransfer.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gives a DataTransferItem array which is a list of all of the drag data.
public:
property cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ Items { cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Components::Web::DataTransferItem ^> ^ value); };
public Microsoft.AspNetCore.Components.Web.DataTransferItem[] Items { get; set; }
member this.Items : Microsoft.AspNetCore.Components.Web.DataTransferItem[] with get, set
Public Property Items As DataTransferItem()