Interface IEffectsPresenter
Provides mechanism for automatic updating Effects.
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IEffectsPresenter
Properties
Effects
Gets or sets the effects based on drop-and-drop operation.
Declaration
DragDropEffects Effects { get; set; }
Property Value
DragDropEffects
|