Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridSelectedState Enumeration

In This Topic
    GridSelectedState Enumeration
    In This Topic
    Specifies the selected state of a cell.
    Syntax
    'Declaration
     
    
    Public Enum GridSelectedState 
       Inherits System.Enum
    public enum GridSelectedState : System.Enum 
    Members
    MemberDescription
    NoneCell is not selected.
    SelectedCell is selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridSelectedState

    See Also