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
Rad
|
Methods
CancelPreviewDragDrop(RadDropEventArgs)
Cancels the preview drag drop.
Declaration
protected override bool CancelPreviewDragDrop(RadDropEventArgs e)
Parameters
Rad The Rad |
Returns
System.
|
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
Drop The drop position. |
Tree The target node element. |
Returns
System.
|
Overrides
CanStart(Object)
Determines whether this instance can start the specified context.
Declaration
protected override bool CanStart(object context)
Parameters
System. The context. |
Returns
System.
|