ComponentOne FlexGrid for WPF and Silverlight
SelectedState Enumeration

C1.Silverlight.FlexGrid Namespace : SelectedState Enumeration
Specifies the selected state of a cell.
Syntax
'Declaration
 
Public Enum SelectedState 
   Inherits System.Enum
public enum SelectedState : System.Enum 
Members
MemberDescription
CursorCell is selected and contains the grid cursor.
NoneCell is not selected.
SelectedCell is selected but does not contain the grid cursor.
Inheritance Hierarchy

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

See Also

Reference

C1.Silverlight.FlexGrid Namespace