Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridLength Structure / IsAuto Property

In This Topic
    IsAuto Property (GridLength)
    In This Topic
    Gets whether or not the GridUnitType of the GridLength is GridUnitType.Auto.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAuto As Boolean
    public bool IsAuto {get;}
    See Also