Class PivotFieldListDragDropService
Inheritance
System.Object
PivotFieldListDragDropService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotFieldListDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Constructors
PivotFieldListDragDropService(RadPivotFieldList)
Declaration
public PivotFieldListDragDropService(RadPivotFieldList fieldList)
Parameters
RadPivotFieldList
fieldList
|
Fields
columnsCursor
Declaration
protected Cursor columnsCursor
Field Value
System.Windows.Forms.Cursor
|
deleteCursor
Declaration
protected Cursor deleteCursor
Field Value
System.Windows.Forms.Cursor
|
filterCursor
Declaration
protected Cursor filterCursor
Field Value
System.Windows.Forms.Cursor
|
rowsCursor
Declaration
protected Cursor rowsCursor
Field Value
System.Windows.Forms.Cursor
|
valuesCursor
Declaration
protected Cursor valuesCursor
Field Value
System.Windows.Forms.Cursor
|
Methods
DisposeUnmanagedResources()
Declaration
protected override void DisposeUnmanagedResources()
Overrides
HandleMouseMove(Point)
Declaration
protected override void HandleMouseMove(Point mousePos)
Parameters
System.Drawing.Point
mousePos
|
Overrides
InitializeCursors()
Declaration
protected virtual void InitializeCursors()
OnPreviewDragDrop(RadDropEventArgs)
Declaration
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Parameters
RadDropEventArgs
e
|
Overrides
OnPreviewDragOver(RadDragOverEventArgs)
Declaration
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Parameters
RadDragOverEventArgs
e
|