Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateInputField Class / SpinIncrement Property


In This Topic
    SpinIncrement Property (DateInputField)
    In This Topic
    Gets or sets the spin increment. This is a DependencyProperty.
    Syntax
    'Declaration
     
    Public Property SpinIncrement As Integer
    'Usage
     
    Dim instance As DateInputField
    Dim value As Integer
     
    instance.SpinIncrement = value
     
    value = instance.SpinIncrement
    public int SpinIncrement {get; set;}

    Property Value

    An System.Int32 value indicates the spin increment.
    Remarks
    This property defines the increment when user process spin action. Its default value is the same as GcDateTime until user changes it.
    See Also