ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridLength Structure / IsAuto Property

In This Topic
    IsAuto Property
    In This Topic
    Gets a value indicating whether the length is auto.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAuto As Boolean
    public bool IsAuto {get;}

    Property Value

    true if the length is auto; otherwise, false.
    See Also