[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAutoSizeMode

GridAutoSizeMode Enum

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

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
[Flags]
public enum GridAutoSizeMode

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 does not take neither cells nor headers into account.