Version

Infragistics.Windows.Selection Namespace

Classes
 ClassDescription
ClassSelectionStrategyBase Abstract base class for selection strategies
ClassSelectionStrategyContiguous Selection strategy used for selecting multiple items where the selection should not be contiguous.
ClassSelectionStrategyExtended Selection strategy used for selecting multiple items. The selection does not have to be contiguous.
ClassSelectionStrategyExtendedAutoDrag Selection strategy for selecting multiple items that can initiate a drag on the mouse down.
ClassSelectionStrategyNone Selection strategy for preventing selection of items in the associated selection host.
ClassSelectionStrategySingle Selection strategy for selecting one item at a time.
ClassSelectionStrategySingleAutoDrag Selection strategy for selecting a single item that can initiate a drag on the mouse down.
Interfaces
 InterfaceDescription
InterfaceISelectableElement Interface implemented by elements that represent selectable items (e.g. rows, cells, headers, nodes etc.)
InterfaceISelectableItem ISelectableItem is implemented by any sub object that can be selected and/or activated (e.g. a cell, row, header etc.)
InterfaceISelectionHost This interface is implemented by controls that want to support selection.
InterfaceISelectionStrategyFilter Interface implemented by the user of a control to supply custom selection strategies.
Structures
 StructureDescription
StructureAutoScrollInfo Struct that returns information used by the auto scroll logic to determine if auto scrolling is possible
Delegates
 DelegateDescription
DelegateAdjustScrollInfoCallback Helper method used to adjust the scrolling direction during an autoscroll operation.
Enumerations
 EnumerationDescription
EnumerationScrollDirection Determines what direction to scroll
EnumerationScrollOrientation Enumeration used to identify the orientation in which the auto scroll logic should scroll if the mouse is positioned outside the element such that the element can be scroll both horizontally and vertically.
EnumerationScrollSpeed Determines how fast a slection scroll should be
See Also