'Declaration
Public Enum HeadersFocusability Inherits System.Enum
public enum HeadersFocusability : System.Enum
'Declaration
Public Enum HeadersFocusability Inherits System.Enum
public enum HeadersFocusability : System.Enum
Member | Description |
---|---|
All | Both column and row header cells are focusable. |
Column | Only column header cells are focusable. |
None | No header cells are focusable. |
Row | Only row header cells are focusable. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.HeadersFocusability