Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridUnitType Enumeration

In This Topic
    GridUnitType Enumeration
    In This Topic
    Enumerates values that control how the GridLength.Value property is interpreted for row and column definitions.
    Syntax
    'Declaration
     
    
    Public Enum GridUnitType 
       Inherits System.Enum
    public enum GridUnitType : System.Enum 
    Members
    MemberDescription
    AbsoluteInterpret the GridLength.Value property value as the number of device-specific units.
    StarInterpret the GridLength.Value property value as a proportional weight, to be laid out after rows and columns with GridUnitType.Absolute or GridUnitType.Auto are accounted for.
    Inheritance Hierarchy

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

    See Also