Provides a context for a file dialog drag-over operation.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class DropIndicationDetails : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseDropIndicationDetails
Implements:
Inherited Members
Constructors
C#
public DropIndicationDetails()
Properties
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; }