Version

SelectionStrategySingleAutoDrag Class Properties

For a list of all members of this type, see SelectionStrategySingleAutoDrag members.

Public Properties
 NameDescription
Public PropertyAllowToggleGets/sets whether toggling of the selected state of an item is allowed (Inherited from Infragistics.Windows.Selection.SelectionStrategySingle)
Public PropertyIsMultiSelectTrue if this strategy supports selecting more than one item at a time (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Public PropertyIsReleasingMouseCaptureTrue while the mouse capture is being toggled off (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Public PropertyIsSingleSelectTrue if this strategy supports selecting only one item at a time (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategySingle)
Protected Properties
 NameDescription
Protected PropertyAutoScrollHorizontalIntervalMaxReturns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyAutoScrollHorizontalIntervalMinReturns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyAutoScrollTimerDispatcherPriorityReturns the dispatcher priority for the autoscroll timers (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyAutoScrollVerticalIntervalMaxReturns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyAutoScrollVerticalIntervalMinReturns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyCurrentSelectableItemReturns/sets the current selectable item for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyCurrentSelectionStateReturns/sets the current state of the selection for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyDragThresholdReturns a value which represents the amount that the mouse must move from the inital MouseDown position before dragging will start. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected Internal PropertyIgnoreNextMouseMoveReturns/sets whether the next mouse move should be ignored. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyInDragModeReturns/sets whether the strategy is currently in drag mode. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyInitialXPosReturns/sets the X coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyInitialYPosReturns/sets the Y coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyIsAnyMouseButtonDownReturns true if any mouse button is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyIsCtrlKeyPressedReturns true if the CTRK key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyIsLeftMouseButtonDownReturns true if the left mouse button is currently pressed (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyIsShiftKeyPressedReturns true if the shift key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyPixelThresholdForHorizontalAutoScrollReturns the number of pixels inside the left or right edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyPixelThresholdForVerticalAutoScrollReturns the number of pixels inside the top or bottom edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertySelectionHostReturns the SelectionHost (usually the control) for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase)
Protected PropertyShouldSelectOnDragOverridden. Returns whether selection should be modified when the cursor passes over a different item than the selected one.  
See Also