Class DataFilterDragDropService
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterDragDropService : TreeViewDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Constructors
DataFilterDragDropService(RadDataFilterElement)
Declaration
public DataFilterDragDropService(RadDataFilterElement owner)
Parameters
RadDataFilterElement
owner
|
Methods
CancelPreviewDragDrop(RadDropEventArgs)
Cancels the preview drag drop.
Declaration
protected override bool CancelPreviewDragDrop(RadDropEventArgs e)
Parameters
RadDropEventArgs
e
The RadDropEventArgs instance containing the event data. |
Returns
System.Boolean
|
Overrides
CanDragOver(DropPosition, TreeNodeElement)
Determines whether this instance [can drag over] the specified drop position.
Declaration
protected override bool CanDragOver(DropPosition dropPosition, TreeNodeElement targetNodeElement)
Parameters
DropPosition
dropPosition
The drop position. |
TreeNodeElement
targetNodeElement
The target node element. |
Returns
System.Boolean
|
Overrides
CanStart(Object)
Determines whether this instance can start the specified context.
Declaration
protected override bool CanStart(object context)
Parameters
System.Object
context
The context. |
Returns
System.Boolean
|