Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / SpinAllowWrap Property


In This Topic
    SpinAllowWrap Property
    In This Topic
    Gets or sets whether the spin behavior can wrap when reach max or min limit.
    Syntax
    'Declaration
     
    Public Property SpinAllowWrap As Boolean
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As Boolean
     
    instance.SpinAllowWrap = value
     
    value = instance.SpinAllowWrap
    public bool SpinAllowWrap {get; set;}

    Property Value

    A System.Boolean value, true if the spin behavior can wrap, otherwise, false.
    See Also