ComponentOne FlexGrid for WPF and Silverlight
SelectionMode Enumeration

C1.Silverlight.FlexGrid Namespace : SelectionMode Enumeration
Specifies constants that define the selection behavior.
Syntax
'Declaration
 
Public Enum SelectionMode 
   Inherits System.Enum
public enum SelectionMode : System.Enum 
Members
MemberDescription
CellSelection corresponds to a single cell.
CellRangeSelection corresponds to a cell range.
ListBoxSelection corresponds to an arbitrary set of rows.
RowSelection corresponds to a single row.
RowRangeSelection corresponds to a set of contiguous rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.FlexGrid.SelectionMode

See Also

Reference

C1.Silverlight.FlexGrid Namespace