Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAutoSizeMode Enumeration

In This Topic
    GridAutoSizeMode Enumeration
    In This Topic
    Specifies constants that define the row/column auto-sizing behavior.
    Syntax
    'Declaration
     
    
    Public Enum GridAutoSizeMode 
       Inherits System.Enum
    public enum GridAutoSizeMode : System.Enum 
    Members
    MemberDescription
    BothAutosizing accounts for header and data cells.
    CellsAutosizing accounts for data cells.
    HeadersAutosizing accounts for header cells.
    NoneAutosizing does not take neither cells nor headers into account.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridAutoSizeMode

    See Also