Version 24.2 (latest)

Selection Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowCellSelectionReturns or sets a value indicating whether selection of rows by the user is allowed.  
Public PropertyAllowColumnSelectionReturns or sets a value indicating whether selection of rows by the user is allowed.  
Public PropertyAllowDisparateSelectionReturns or sets a value which determines whether combinations of rows, columns, and cells can exist concurrently within the same selection.  
Public PropertyAllowRowSelectionReturns or sets a value indicating whether selection of rows by the user is allowed.  
Public PropertyCellsReturns a collection containing the currently selected rows.  
Public PropertyColumnsReturns a collection containing the currently selected rows.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyRowsReturns a collection containing the currently selected rows.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also