DataTransfer.Items Property

Definition

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()

Property Value

Applies to