ClassDropIndicationDetails
Provides a context for a file dialog drag-over operation.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class DropIndicationDetails : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseDropIndicationDetails
Implements:
Inherited Members
Constructors
DropIndicationDetails()
Declaration
public DropIndicationDetails()
Properties
Count
Gets or sets the count of the dragged files/folders.
DraggedFiles
Gets or sets the files/folders being dragged.
Declaration
public IEnumerable<string> DraggedFiles { get; set; }
Property Value
DropFolderName
Gets or sets the name of the drop folder.
DropFolderPath
Gets or sets the path of the drop folder.
Icon
Gets or sets the icon of the dragged files/folders.
Declaration
public ImageSource Icon { get; set; }
Property Value
ImageSource
Operation
Gets or sets the current FileOperation that will be performed if drop i successful.
Declaration
public FileOperation Operation { get; set; }
Property Value
ShowDropIndicationInformation
Gets or sets a value indicating whether to show drop information in the drag visual.
Declaration
public bool ShowDropIndicationInformation { get; set; }
Property Value