Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / IsAuto Property


In This Topic
    IsAuto Property
    In This Topic
    Gets a value that indicates whether this ListBoxLength instance uses the standard automatic sizing mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAuto As Boolean
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As Boolean
     
    value = instance.IsAuto
    public bool IsAuto {get;}

    Property Value

    true if this instance uses the standard automatic sizing mode; otherwise, false.
    See Also