Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / SpinMode Property


In This Topic
    SpinMode Property (GcDateTime)
    In This Topic
    Gets or sets the mode indicates how to spin the GcDateTime.
    Syntax
    'Declaration
     
    Public Property SpinMode As DateSpinMode
    'Usage
     
    Dim instance As GcDateTime
    Dim value As DateSpinMode
     
    instance.SpinMode = value
     
    value = instance.SpinMode
    public DateSpinMode SpinMode {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.DateSpinMode value indicates the spin mode. The default value is DateSpinMode.Field.
    Remarks
    This property determines how to spin the Value of GcDateTime. If the enumeration value is DateSpinMode.Field, it just spin the current active field; if the enumeration value is DateSpinMode.Value, it will spin the value of GcDateTime by the SpinIncrementValue.
    See Also