Skip to main content

Items Property

Gets a list of IAsyncDataTransferItem contained in this object.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

IReadOnlyList<IAsyncDataTransferItem> Items { get; }
View Source

Property Value

IReadOnlyList(IAsyncDataTransferItem)

Remarks

Some platforms (such as Windows and X11) may only support a single data item for all formats except File.

Items returned by this property must stay valid until the IAsyncDataTransfer is disposed.

See Also

Reference

IAsyncDataTransfer Interface
Avalonia.Input Namespace