C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / HeadersFocusability Enumeration

HeadersFocusability Enumeration
Specifies constants that define the focusability of row and column headers.
Syntax
'Declaration
 
Public Enum HeadersFocusability 
   Inherits 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