Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DataFilterDragDropService : TreeViewDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceTreeViewDragDropServiceDataFilterDragDropService...
Implements:
Inherited Members
Constructors
C#
public DataFilterDragDropService(RadDataFilterElement owner)
Methods
Cancels the preview drag drop.
C#
protected override bool CancelPreviewDragDrop(RadDropEventArgs e)
The RadDropEventArgs instance containing the event data.
Returns:Overrides:
Determines whether this instance [can drag over] the specified drop position.
C#
protected override bool CanDragOver(DropPosition dropPosition, TreeNodeElement targetNodeElement)
The drop position.
targetNodeElementTreeNodeElementThe target node element.
Returns:Overrides: