Version

DropAreaDragOverEventArgs Class Members

The following tables list the members exposed by DropAreaDragOverEventArgs.

Public Properties
 NameDescription
Public PropertyAllowDropReturns a boolean value indicating whether the drop area will accept the dragged data.  
Public PropertyDisallowDropReturns or sets a boolean value indicating whether the drag/drop operation should be explicitly disallowed.  
Public PropertyDropAreaReturns a reference to the drop area for which this event occurred. (Inherited from Infragistics.Win.UltraWinPivotGrid.DropAreaEventArgs)
Public PropertyLocationReturns the cursor location at the time the event occurred, expressed in client coordinates.  
Public PropertyOlapElementReturns a reference to the OLAP element being dragged.  
See Also