[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.AutoSizeMode

AutoSizeMode Enum

Specifies constants that define the row/column auto-sizing behavior.

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

Fields

Name Description
Both

Autosizing accounts for header and data cells.

Cells

Autosizing accounts for data cells.

Headers

Autosizing accounts for header cells.

None

Autosizing is disabled.