[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField

DateInputField Class

Represents DateInputField class to define input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.

Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public abstract class DateInputField : DateField, INamedObject
Public MustInherit Class DateInputField
    Inherits DateField
    Implements INamedObject

Constructors

Name Description
DateInputField()

Initializes a new instance of the DateInputField class.

Properties

Name Description
PromptChar

Gets or sets the prompt char of the field.

SpinIncrement

Gets or sets the spin increment.

Value

Gets or sets the value of the field.

Methods

Name Description
SpinDown()

Perform spin down behavior.

SpinDown(int)

Perform spin down with the specified increment parameters.

SpinUp()

Perform spin up behavior.

SpinUp(int)

Perform spin up with the specified increment parameters.