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


In This Topic
    AllowSpin Property
    In This Topic
    Gets or sets a value indicates whether the spin behavior is enabled.
    Syntax
    'Declaration
     
    Public Property AllowSpin As Boolean
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As Boolean
     
    instance.AllowSpin = value
     
    value = instance.AllowSpin
    public bool AllowSpin {get; set;}

    Property Value

    A System.Boolean value, true if the spin behavior can performed. Otherwise, false.
    See Also