[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.SpinMode

SpinMode Property

SpinMode

Gets or sets the mode indicates how to spin the GcDateTime.

Declaration
public DateSpinMode SpinMode { get; set; }
Public Property SpinMode As DateSpinMode
Property Value
Type Description
DateSpinMode

A GrapeCity.Windows.InputMan.DateSpinMode value indicates the spin mode. The default value is Field.

Remarks

This property determines how to spin the Value of GcDateTime. If the enumeration value is Field, it just spin the current active field; if the enumeration value is Value, it will spin the value of GcDateTime by the SpinIncrementValue.