ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / HeadersFocusability Enumeration

In This Topic
    HeadersFocusability Enumeration
    In This Topic
    Specifies constants that define the focusability of row and column headers.
    Syntax
    'Declaration
     
    
    Public Enum HeadersFocusability 
       Inherits System.Enum
    public enum HeadersFocusability : System.Enum 
    Members
    MemberDescription
    AllBoth column and row header cells are focusable.
    ColumnOnly column header cells are focusable.
    NoneNo header cells are focusable.
    RowOnly row header cells are focusable.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Grid.HeadersFocusability

    See Also