ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / SelectedState Enumeration

In This Topic
    SelectedState Enumeration
    In This Topic
    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.Xaml.FlexGrid.SelectedState

    See Also