New to Telerik UI for WPFStart a free 30-day trial

Provides a context for a file dialog drag-over operation.

Definition

Constructors

C#
public DropIndicationDetails()

Properties

Gets or sets the count of the dragged files/folders.

C#
public int Count { get; set; }

Gets or sets the files/folders being dragged.

C#
public IEnumerable<string> DraggedFiles { get; set; }

Gets or sets the name of the drop folder.

C#
public string DropFolderName { get; set; }

Gets or sets the path of the drop folder.

C#
public string DropFolderPath { get; set; }

Icon

ImageSource

Gets or sets the icon of the dragged files/folders.

C#
public ImageSource Icon { get; set; }

Gets or sets the current FileOperation that will be performed if drop i successful.

C#
public FileOperation Operation { get; set; }

Gets or sets a value indicating whether to show drop information in the drag visual.

C#
public bool ShowDropIndicationInformation { get; set; }