[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.HeadersFocusability

HeadersFocusability Enum

Specifies constants that define the focusability of row and column headers.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum HeadersFocusability

Fields

Name 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.