Version

SelectionStrategyExtended Class Properties

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

Public Properties
 NameDescription
Public PropertyIsDiscontiguousAllowedReturns true if discontinuous selection is allowed  
Public PropertyIsMultiSelectOverridden. Returns true if only a single item can be selected at any given time  
Public PropertyIsSingleSelectReturns true if only a single item can be selected at any given time (Inherited from Infragistics.Win.SelectionStrategyBase)
Public PropertySelectionManagerReturns the associated SelectionManager (read-only) (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected Properties
 NameDescription
Protected PropertyCallMouseUpAfterDragEndReturns whether the OnMouseUp method is called after a drag operation has just ended when a MouseUp message is processed.  
Protected PropertyItemThe current item. (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected PropertySetPivotItemOnMouseUpReturns whether the SetPivotItem method is called when a MouseUp message is processed.  
See Also