[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.HeadersVisibility

HeadersVisibility Enum

Specifies constants that specify the visibility of row and column headers.

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

Fields

Name Description
All

Both column and row header cells are displayed.

Column

Only column header cells are displayed.

None

No header cells are displayed.

Row

Only row header cells are displayed.