Class
PivotGridDragDropService

Represents the pivot drag drop service.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotGridDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener

Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServicePivotGridDragDropService

Implements: ICustomTypeDescriptorIDisposableIMessageListenerINotifyPropertyChanged

Inherited Members RadDragDropService.messageFilterAddedRadDragDropService.xOutlineFormOffsetRadDragDropService.yOutlineFormOffsetRadDragDropService.beginPointRadDragDropService.DisposeManagedResources()RadDragDropService.HandleLeftButtonUp()RadDragDropService.HandleEscKeyDown()RadDragDropService.PrepareContext()RadDragDropService.OnPreviewDragHint(PreviewDragHintEventArgs)RadDragDropService.IsDropTargetValid(ISupportDrop)RadDragDropService.OnPreviewDragOver(RadDragOverEventArgs)RadDragDropService.RestoreOriginalMouseCursor()RadDragDropService.SetHintWindowPosition(Point)RadDragDropService.ShouldBeginDrag(Point, Point)RadDragDropService.OnPreviewDragStart(PreviewDragStartEventArgs)RadDragDropService.Commit()RadDragDropService.GetDropTarget(Point, out Point)RadDragDropService.OnPreviewDropTarget(PreviewDropTargetEventArgs)RadDragDropService.BeginDrag(Point, ISupportDrag)RadDragDropService.EndDrag(Point, RadControl)RadDragDropService.EndDrag()RadDragDropService.DoMouseMove(Point)RadDragDropService.CanCommitRadDragDropService.ValidCursorRadDragDropService.InitializedRadDragDropService.InvalidCursorRadDragDropService.UseDefaultPreviewRadDragDropService.DropTargetRadDragDropService.DropLocationRadDragDropService.HintWindowRadDragDropService.PreviewDragDropRadDragDropService.PreviewDragOverRadDragDropService.PreviewDropTargetRadDragDropService.PreviewDragStartRadDragDropService.PreviewDragHintRadService.CanOperate()RadService.Start(object)RadService.Stop(bool)RadService.Pause()RadService.Resume()RadService.OnStarted()RadService.OnStarting(RadServiceStartingEventArgs)RadService.OnStopped()RadService.OnStopping(RadServiceStoppingEventArgs)RadService.IsContextValid(object)RadService.PerformResume()RadService.PerformPause()RadService.SetContext(object)RadService.OnEnabledChanged()RadService.ContextRadService.AvailableAtDesignTimeRadService.StateRadService.NameRadService.EnabledRadService.StartingRadService.StartedRadService.StoppingRadService.StoppedRadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

PivotGridDragDropService(RadPivotGridElement)

Initializes a new instance of the PivotGridDragDropService class.

Declaration

cs-api-definition
public PivotGridDragDropService(RadPivotGridElement owner)

Parameters

owner

RadPivotGridElement

The owner.

Methods

Abort()

Aborts the current operation without applying any changes.

Declaration

cs-api-definition
protected override void Abort()

Overrides RadService.Abort()

CanStart(object)

Determines whether this instance can start the specified context.

Declaration

cs-api-definition
protected override bool CanStart(object context)

Parameters

context

object

The context.

Returns

bool

Overrides RadDragDropService.CanStart(object)

DisposeUnmanagedResources()

Releases any UNMANAGED resources used by this object. NOTE: If you declare some unmanaged resources in your class, you should override its finalizer and put disposing logic there also.

Declaration

cs-api-definition
protected override void DisposeUnmanagedResources()

Overrides DisposableObject.DisposeUnmanagedResources()

HandleDropOfAggregatesPositionElement(ISupportDrop, PivotGroupDescriptorElement, Point)

Handles the drop of aggregates position element.

Declaration

cs-api-definition
protected virtual void HandleDropOfAggregatesPositionElement(ISupportDrop hitTarget, PivotGroupDescriptorElement targetGroup, Point dropLocation)

Parameters

hitTarget

ISupportDrop

The hit target.

targetGroup

PivotGroupDescriptorElement

The target group.

dropLocation

Point

The drop location.

HandleDropToAggregateArea(PivotAggregateDescriptorElement, Point)

Handles the drop to aggregate area.

Declaration

cs-api-definition
protected virtual void HandleDropToAggregateArea(PivotAggregateDescriptorElement targetAggregate, Point dropLocation)

Parameters

targetAggregate

PivotAggregateDescriptorElement

The target aggregate.

dropLocation

Point

The drop location.

HandleDropToColumnDescriptorArea(PivotGroupDescriptorElement, Point)

Handles the drop to column descriptor area.

Declaration

cs-api-definition
protected virtual void HandleDropToColumnDescriptorArea(PivotGroupDescriptorElement targetGroup, Point dropLocation)

Parameters

targetGroup

PivotGroupDescriptorElement

The target group.

dropLocation

Point

The drop location.

HandleDropToFilterDescriptorArea()

Handles the drop to filter descriptor area.

Declaration

cs-api-definition
protected virtual void HandleDropToFilterDescriptorArea()

HandleDropToRowDescriptorArea(PivotGroupDescriptorElement, Point)

Handles the drop to row descriptor area.

Declaration

cs-api-definition
protected virtual void HandleDropToRowDescriptorArea(PivotGroupDescriptorElement targetGroup, Point dropLocation)

Parameters

targetGroup

PivotGroupDescriptorElement

The target group.

dropLocation

Point

The drop location.

HandleMouseMove(Point)

Handles the mouse move.

Declaration

cs-api-definition
protected override void HandleMouseMove(Point mousePos)

Parameters

mousePos

Point

The mouse pos.

Overrides RadDragDropService.HandleMouseMove(Point)

OnPreviewDragDrop(RadDropEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnPreviewDragDrop(RadDropEventArgs e)

Parameters

e

RadDropEventArgs

The RadDropEventArgs instance containing the event data.

Overrides RadDragDropService.OnPreviewDragDrop(RadDropEventArgs)

PerformStart()

Performs the core Start logic.

Declaration

cs-api-definition
protected override void PerformStart()

Overrides RadDragDropService.PerformStart()

PerformStop()

Performs the stop.

Declaration

cs-api-definition
protected override void PerformStop()

Overrides RadDragDropService.PerformStop()

PrepareDragHint()

Prepares the drag hint.

Declaration

cs-api-definition
protected virtual void PrepareDragHint()

UpdateDragHint(Point)

Updates the drag hint.

Declaration

cs-api-definition
protected virtual void UpdateDragHint(Point mousePos)

Parameters

mousePos

Point

The mouse pos.

UpdateDragHintImage()

Updates the drag hint image.

Declaration

cs-api-definition
protected virtual void UpdateDragHintImage()